Skip to content

Commit

Permalink
Remove hardhat-etherscan integration tests in pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jun 8, 2022
1 parent 202ebb4 commit 2aff5a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
branches: [pre-release-testing-branch]
workflow_dispatch:

env:
RUN_ETHERSCAN_TESTS: yes
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
WALLET_PRIVATE_KEY: ${{ secrets.ETHERSCAN_RINKEBY_PRIVATE_KEY }}
TESTNET_NETWORK_URL: ${{ secrets.ETHERSCAN_RINKEBY_RPC_URL }}

concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
Expand Down

1 comment on commit 2aff5a6

@vercel
Copy link

@vercel vercel bot commented on 2aff5a6 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.