Skip to content

Commit 07b4859

Browse files
committed
fix: Fixes CI to build and test in same step
1 parent 316b5d5 commit 07b4859

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

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

49-
- name: Build the WASM Pack
50-
run: pnpm build
51-
52-
- name: Run Test Suite
53-
run: pnpm test
49+
- name: Build & Test the WASM Pack
50+
run: |
51+
pnpm build
52+
pnpm test

0 commit comments

Comments
 (0)