Skip to content

Commit

Permalink
js-wasm: Run Node.js tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Apr 10, 2024
1 parent 4c4b9f7 commit c9a8496
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gs1encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ jobs:
with:
node-version: 18

- name: Node.js tests
working-directory: src/js-wasm
run: |
npm install
node --experimental-vm-modules node_modules/jest-cli/bin/jest.js
- name: Node.js run
working-directory: src/js-wasm
run: |
Expand All @@ -233,6 +239,12 @@ jobs:
with:
node-version: 18

- name: Node.js test
working-directory: src/js-wasm
run: |
npm install
node --experimental-vm-modules node_modules/jest-cli/bin/jest.js
- name: Node.js run
working-directory: src/js-wasm
run: |
Expand Down

0 comments on commit c9a8496

Please sign in to comment.