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 860d0b9 commit 0b96e08Copy full SHA for 0b96e08
.github/workflows/e2e-naga.yml
@@ -77,5 +77,5 @@ jobs:
77
name: build-output
78
path: .
79
- name: Run health check (${{ matrix.network }})
80
- run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci:file -- packages/e2e/src/e2e.spec.ts
+ run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci -- packages/e2e/src/e2e.spec.ts
81
timeout-minutes: 10
0 commit comments