Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jan 13, 2024
1 parent e38c72e commit 18c790a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,22 @@ jobs:

wasm:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: Node.js setup
uses: actions/setup-node@v2
with:
node-version: 20

- run: npm install
working-directory: ./web

- run: npm run build
working-directory: ./web

0 comments on commit 18c790a

Please sign in to comment.