Skip to content

Commit

Permalink
Separate node setup, yarn install and yarn update
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 20, 2024
1 parent 2a1fc44 commit 11cc865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wasm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: yarn install
run: cd wasm/tests && yarn install

- name: wasm tests
run: cd wasm/tests && yarn test

0 comments on commit 11cc865

Please sign in to comment.