From 7560c010b3ba09486bfa8afe66925acc1a56a7bb Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 8 Jul 2024 16:16:20 +0700 Subject: [PATCH] chore: fix test command for core --- .github/workflows/test-core.yml | 2 +- .github/workflows/test-sui.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index e1c64ce..f6849e7 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -48,4 +48,4 @@ jobs: nohup sh -c "anvil -p 8545" > anvil1.out 2>&1 & nohup sh -c "anvil -p 8546" > anvil2.out 2>&1 & sleep 30 - npm run test + npm run test:core diff --git a/.github/workflows/test-sui.yml b/.github/workflows/test-sui.yml index f534bd1..a891cc4 100644 --- a/.github/workflows/test-sui.yml +++ b/.github/workflows/test-sui.yml @@ -50,5 +50,6 @@ jobs: timeout-minutes: 15 run: | nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null & + nohup sh -c "anvil -p 8545" > anvil1.out 2>&1 & sleep 30 npm run test:sui