Skip to content

Commit 38464e3

Browse files
committed
ci: remove retry for unit and integration tests
1 parent ad6df61 commit 38464e3

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ jobs:
8282
- name: Install dependencies
8383
run: npm ci
8484
- name: Unit test affected projects
85-
uses: Wandalen/wretry.action@master
86-
with:
87-
command: npx nx affected -t unit-test --parallel=3 --coverage
88-
attempt_limit: 2
85+
run: npx nx affected -t unit-test --parallel=3 --coverage
8986

9087
integration-test:
9188
strategy:
@@ -109,10 +106,7 @@ jobs:
109106
- name: Install dependencies
110107
run: npm ci
111108
- name: Integration test affected projects
112-
uses: Wandalen/wretry.action@master
113-
with:
114-
command: npx nx affected -t integration-test --parallel=3 --coverage
115-
attempt_limit: 2
109+
run: npx nx affected -t integration-test --parallel=3 --coverage
116110

117111
e2e:
118112
strategy:

0 commit comments

Comments
 (0)