Skip to content

Commit

Permalink
ci: retry npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jun 27, 2024
1 parent 836d270 commit 72096cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
command: npm test

0 comments on commit 72096cb

Please sign in to comment.