Skip to content

Commit 8275665

Browse files
committed
ci: run the tests without retrying
1 parent c291ba2 commit 8275665

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
apm install
2929
3030
- name: Run tests
31-
uses: nick-invision/retry@v2
32-
with:
33-
timeout_minutes: 4
34-
max_attempts: 5
35-
command: npm run test
31+
run: npm run test
3632

3733
Lint:
3834
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)