Skip to content

Commit d165ddd

Browse files
authored
Update .github/workflows/ci.yml
1 parent 1b066e0 commit d165ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install dependencies
121121
run: npm ci
122122
- name: E2E test affected projects
123-
run: npx nx affected -t nxv-e2e --exclude cli-e2e --parallel=1
123+
run: npx nx affected -t nxv-e2e --exclude cli-e2e --parallel=1
124124
- name: E2E test cli-e2e project (due to bugs in the setup it has to run last :( )
125125
run: npx nx run cli-e2e:e2e-old
126126

0 commit comments

Comments
 (0)