Skip to content

Commit e677eac

Browse files
committed
test: Fixes CI test to include more info
1 parent 07b4859 commit e677eac

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ jobs:
4646
- name: Install dependencies
4747
run: pnpm install
4848

49-
- name: Build & Test the WASM Pack
50-
run: |
51-
pnpm build
52-
pnpm test
49+
- name: Build the WASM Pack
50+
run: pnpm build
51+
52+
- name: List out the dist dir (sanity check)
53+
run: ls -la dist
54+
55+
- name: Run Test Suite
56+
run: pnpm test

0 commit comments

Comments
 (0)