Skip to content

Commit 03f803e

Browse files
committed
ci: remove retry from E2E tests after flaky build fixed
1 parent e59e50f commit 03f803e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ jobs:
130130
- name: Install dependencies
131131
run: npm ci
132132
- name: E2E test affected projects
133-
uses: Wandalen/wretry.action@master
134-
with:
135-
command: npx nx affected:e2e --parallel=3
136-
attempt_limit: 2
133+
run: npx nx affected:e2e --parallel=3
137134

138135
build:
139136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)