Skip to content

Commit 567ac17

Browse files
committed
Revert "retry flaky rollup/webpack tests"
This reverts commit fee4b35.
1 parent fee4b35 commit 567ac17

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

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

2828
- name: run the tests
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
29+
run: npm test
3530

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

0 commit comments

Comments
 (0)