Skip to content

Commit

Permalink
ci: switch to pretest script
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jun 20, 2024
1 parent 87b09bb commit 9adef90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'
run: yarn

- name: Build tests
run: yarn run build:test

- name: Perform tests
run: yarn run test:wasmtime
run: yarn run test

0 comments on commit 9adef90

Please sign in to comment.