Skip to content

Commit

Permalink
ci: setup toolchain before npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 30, 2024
1 parent 6eacf8c commit 4ff67e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
node-version: 20
- uses: microsoft/playwright-github-action@v1
- name: Install dependencies and run tests
run: npm install && npm run build && npm test
run: cargo check && npm install && npm run build && npm test
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ff67e4

Please sign in to comment.