mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-10 07:05:29 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
002ef572db | ||
|
|
e80198a9da |
@@ -125,7 +125,7 @@ with:
|
|||||||
with:
|
with:
|
||||||
timeout_seconds: 15
|
timeout_seconds: 15
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
continue-on-error: true
|
continue_on_error: true
|
||||||
command: node -e 'process.exit(99);'
|
command: node -e 'process.exit(99);'
|
||||||
- name: Assert that step succeeded (despite failing command)
|
- name: Assert that step succeeded (despite failing command)
|
||||||
uses: nick-invision/assert-action@v1
|
uses: nick-invision/assert-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user