From 35b158093b63bccf785ebad2a90764c8946ac007 Mon Sep 17 00:00:00 2001 From: npty Date: Wed, 10 Jul 2024 18:09:23 +0700 Subject: [PATCH] chore: fix quote --- .github/workflows/test-js.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-js.yaml b/.github/workflows/test-js.yaml index c7b9360c..6be64d03 100644 --- a/.github/workflows/test-js.yaml +++ b/.github/workflows/test-js.yaml @@ -17,7 +17,6 @@ env: jobs: test-js: runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@v4 @@ -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