Skip to content

Commit

Permalink
fix: retries for UTs (#4194)
Browse files Browse the repository at this point in the history
* fix: retries for UTs

* fix: missing timeout_minutes

* Update test.yml
  • Loading branch information
kobenguyent authored Feb 12, 2024
1 parent ea55d1b commit 103d744
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ jobs:
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- run: npm test
- uses: nick-fields/retry@v3
with:
timeout_minutes: 6
max_attempts: 3
retry_on: error
command: npm test

0 comments on commit 103d744

Please sign in to comment.