From d883c7aa459b7619d9073a0b2889789dec53deaa Mon Sep 17 00:00:00 2001 From: npty Date: Wed, 10 Jul 2024 17:24:20 +0700 Subject: [PATCH] chore: fix build in test-js --- .github/workflows/test-js.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-js.yaml b/.github/workflows/test-js.yaml index 39d65cac..c7b9360c 100644 --- a/.github/workflows/test-js.yaml +++ b/.github/workflows/test-js.yaml @@ -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 &