Skip to content

Commit

Permalink
Retry test on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed May 27, 2024
1 parent 77a864c commit 03d0b64
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
cask
- name: Run tests
run: |
node -v
make test
uses: nick-fields/retry@v3
with:
timeout_seconds: 30
max_attempts: 3
retry_wait_seconds: 0
command: |
node -v
make test

0 comments on commit 03d0b64

Please sign in to comment.