Skip to content

Commit

Permalink
chore: fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 10, 2024
1 parent d883c7a commit 35b1580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
jobs:
test-js:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -31,7 +30,7 @@ jobs:
run: npm run build

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

- name: Sleep for 30 seconds
run: sleep 30s
Expand Down

0 comments on commit 35b1580

Please sign in to comment.