Skip to content

Commit

Permalink
Build WASM before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 25, 2023
1 parent 04a1dcf commit 859b789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Build WASM
run: make wasm
- name: Install Dependencies
working-directory: web
run: npm ci
Expand Down

0 comments on commit 859b789

Please sign in to comment.