Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Dec 2, 2022
1 parent bcc1044 commit 2771ade
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_tests.yml
Expand Up @@ -224,6 +224,11 @@ jobs:
cd src/chain-wallet-libs/bindings/wallet-js
wasm-pack build --release --target=nodejs -d pkg
- name: Build JS package
run: |
cd src/chain-wallet-libs/bindings/wallet-js/js
npm install
- name: Run JS tests
run: |
cd src/chain-wallet-libs/bindings/wallet-js/js-test
Expand Down

0 comments on commit 2771ade

Please sign in to comment.