Skip to content

Commit

Permalink
drop! Introduce shellcheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Dec 18, 2024
1 parent f4465f5 commit 71bb7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
find "${output_dir:?}"
exit 1
fi
diff --color=always "${output_file:?}" <(echo "${expected:?}")
diff --color=always ${output_file:?} <(echo "${expected:?}")
env:
output_dir: ${{ steps.self.outputs.output-dir }}
output_file: ${{ steps.self.outputs.output-dir }}/integration-tests.yaml/job=Test/step=Target_step.sh
Expand Down

0 comments on commit 71bb7cc

Please sign in to comment.