Skip to content

Commit aaeca8b

Browse files
committed
fix(e2e): update e2e command to include all e2e tests
1 parent 61af005 commit aaeca8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
- name: Run Checks/Lint/Test/Build
101101
run: |
102102
pids=()
103-
104-
pnpm nx e2e-ci e2e-vite &
103+
104+
pnpm nx affected --targets=e2e,e2e-ci &
105105
pids+=($!)
106106
107107
for pid in "${pids[@]}"; do

0 commit comments

Comments
 (0)