From 0722fc3f9bc5661b86f83f77cfb43b420c898c14 Mon Sep 17 00:00:00 2001 From: npty Date: Thu, 7 Dec 2023 21:54:24 +0700 Subject: [PATCH] chore: fix typo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14d08454..ade76419 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,4 +55,4 @@ jobs: # nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null & nohup sh -c "aptos node run-local-testnet --with-faucet" > nohup.out 2> nohup.err < /dev/null & sleep 10 - npm run test:e2e + npm run test-e2e:cosmos