We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6df61 commit 38464e3Copy full SHA for 38464e3
1 file changed
.github/workflows/ci.yml
@@ -82,10 +82,7 @@ jobs:
82
- name: Install dependencies
83
run: npm ci
84
- 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
+ run: npx nx affected -t unit-test --parallel=3 --coverage
89
90
integration-test:
91
strategy:
@@ -109,10 +106,7 @@ jobs:
109
106
110
107
111
108
- name: Integration test affected projects
112
113
114
- command: npx nx affected -t integration-test --parallel=3 --coverage
115
+ run: npx nx affected -t integration-test --parallel=3 --coverage
116
117
e2e:
118
0 commit comments