From 475dc991abe1722b9382f23ac487482dde994a72 Mon Sep 17 00:00:00 2001 From: Sarthak Gupta Date: Mon, 30 Sep 2024 22:35:57 +0530 Subject: [PATCH] fix: test case command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbedb69..e1c37c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: jq -r '.dependencies."@etherspot/modular-sdk" |= "file:../etherspot-modular-sdk"' temp.json > package.json rm temp.json npm i - npm run test-testnet + npm run test-testnet-ether - run: name: Move test report command: |