Skip to content

Commit fee4b35

Browse files
committed
retry flaky rollup/webpack tests
1 parent 66b6437 commit fee4b35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626
run: npm install
2727

2828
- name: run the tests
29-
run: npm test
29+
uses: nick-invision/retry@v2
30+
with:
31+
timeout_minutes: 10
32+
max_attempts: 3
33+
retry_on: timeout
34+
command: npm run test
3035

3136
Skip:
3237
if: contains(github.event.head_commit.message, '[skip ci]')

0 commit comments

Comments
 (0)