Skip to content

Commit

Permalink
ci: run jest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySails committed Jan 29, 2024
1 parent 2828783 commit 551070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: npm run build:wasm-workflow

- name: Test
run: npm run test
run: npm run jest

- name: Upload WASM module to GitHub
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 551070d

Please sign in to comment.