Skip to content

Commit 52f834c

Browse files
committed
fix(e2e): update artifact paths and refine health check command in E2E workflow
1 parent fcc833f commit 52f834c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/e2e-naga.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: build-output
36-
path: dist
36+
path: |
37+
dist
38+
packages/wasm/pkg
3739
if-no-files-found: error
3840

3941
e2e:
@@ -73,7 +75,7 @@ jobs:
7375
uses: actions/download-artifact@v4
7476
with:
7577
name: build-output
76-
path: dist
78+
path: .
7779
- name: Run health check (${{ matrix.network }})
78-
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci all
80+
run: NETWORK=${{ matrix.network }} pnpm run test:e2e:ci:file -- packages/e2e/src/e2e.spec.ts
7981
timeout-minutes: 10

0 commit comments

Comments
 (0)