Skip to content

Commit ecff945

Browse files
committed
fix(e2e): update health check command to run all tests
1 parent 3461d00 commit ecff945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-naga.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898
exit 1
9999
fi
100100
- name: Run health check (${{ matrix.network }})
101-
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci:file -- packages/e2e/src/e2e.spec.ts
101+
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci:file -- packages/e2e/src/e2e.spec.ts -t all
102102
timeout-minutes: 10

0 commit comments

Comments
 (0)