Skip to content

Commit 0b96e08

Browse files
committed
fix(e2e): update health check command to use the correct test script
1 parent 860d0b9 commit 0b96e08

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
@@ -77,5 +77,5 @@ jobs:
7777
name: build-output
7878
path: .
7979
- name: Run health check (${{ matrix.network }})
80-
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci:file -- packages/e2e/src/e2e.spec.ts
80+
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci -- packages/e2e/src/e2e.spec.ts
8181
timeout-minutes: 10

0 commit comments

Comments
 (0)