Skip to content

Commit

Permalink
chore: fix build in test-js
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 10, 2024
1 parent 3aa126f commit d883c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
with:
SUI_VERSION: ${{ env.SUI_VERSION }}

- name: Build Move Modules
run: npm run build-move
- name: Build TS and Move Modules
run: npm run build

- name: Run Localnet
run: nohup sh -c 'RUST_LOG="off" sui-test-validator' > nohup.out 2> nohup.err < /dev/null &
Expand Down

0 comments on commit d883c7a

Please sign in to comment.