Skip to content

Commit 103d744

Browse files
authored
fix: retries for UTs (#4194)
* fix: retries for UTs * fix: missing timeout_minutes * Update test.yml
1 parent ea55d1b commit 103d744

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ jobs:
2727
env:
2828
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
2929
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
30-
- run: npm test
30+
- uses: nick-fields/retry@v3
31+
with:
32+
timeout_minutes: 6
33+
max_attempts: 3
34+
retry_on: error
35+
command: npm test

0 commit comments

Comments
 (0)