Skip to content

Commit 7502c9d

Browse files
committed
Speed up tests
1 parent 58ec275 commit 7502c9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
uses: ./
3030
with:
3131
command: false
32+
retries: 2
33+
pause: 1
3234
fail_command: |
33-
echo "This command has failed" && echo "Failed command concatenated"
35+
echo "This command has failed" \
36+
&& echo "Failed command concatenated"
3437
continue-on-error: true

0 commit comments

Comments
 (0)