Skip to content

Commit

Permalink
ci: remove the godwoken mainnet readonly test in regression contract …
Browse files Browse the repository at this point in the history
…tests workflow
  • Loading branch information
Simon-Tl committed Nov 29, 2023
1 parent 2a3b557 commit 4767354
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/regression-contract-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


0 comments on commit 4767354

Please sign in to comment.