Skip to content

Commit

Permalink
Speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 17, 2022
1 parent 58ec275 commit 7502c9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: ./
with:
command: false
retries: 2
pause: 1
fail_command: |
echo "This command has failed" && echo "Failed command concatenated"
echo "This command has failed" \
&& echo "Failed command concatenated"
continue-on-error: true

0 comments on commit 7502c9d

Please # to comment.