Skip to content

Commit

Permalink
no shell from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mepland committed Jun 12, 2024
1 parent e15e040 commit fee2674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
- name: DEV noqa via tmp file
if: (success() || failure()) && steps.filter.outputs.any == 'true'
run: |
TMP_FIND_NOQA_COMMENTS=$(shell mktemp /tmp/find_noqa_comments.XXXXXX); \
TMP_FIND_NOQA_COMMENTS=$(mktemp /tmp/find_noqa_comments.XXXXXX); \
echo TMP_FIND_NOQA_COMMENTS || true; \
echo $TMP_FIND_NOQA_COMMENTS || true; \
echo $$TMP_FIND_NOQA_COMMENTS || true; \

0 comments on commit fee2674

Please sign in to comment.