From 47673540f11a90061e80a65510afddfcd9e5a070 Mon Sep 17 00:00:00 2001 From: Simon-Tl Date: Wed, 29 Nov 2023 16:07:45 +0800 Subject: [PATCH] ci: remove the godwoken mainnet readonly test in regression contract tests workflow --- .github/workflows/regression-contract-test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/regression-contract-test.yml b/.github/workflows/regression-contract-test.yml index 5aef63ff..8d78b612 100644 --- a/.github/workflows/regression-contract-test.yml +++ b/.github/workflows/regression-contract-test.yml @@ -51,11 +51,5 @@ jobs: env: PRIVATE_KEY: ${{ secrets.GW_MAINNET_V1_PK1 }} PRIVATE_KEY2: ${{ secrets.GW_MAINNET_V1_PK2 }} - - name: Run tests on mainnet-readonly.godwoken.cf - working-directory: contracts - run: | - sed -i "s|v1.mainnet.godwoken.io|mainnet-readonly.godwoken.cf|g" hardhat.config.js - npm run test:gw_mainnet_v1 - env: - PRIVATE_KEY: ${{ secrets.GW_MAINNET_V1_PK1 }} - PRIVATE_KEY2: ${{ secrets.GW_MAINNET_V1_PK2 }} + + \ No newline at end of file