Skip to content

Commit

Permalink
Don't start gluwa/hardhat-dev when testing against disconnected node
Browse files Browse the repository at this point in the history
the creditcoin-node is isolated from the rest of the blockchain however
it is still configured to search for Ethereum transfers on Sepolia,
the same as Testnet! Running the hardhat container here is useless.
  • Loading branch information
atodorov committed Jan 15, 2024
1 parent 3becc39 commit 46da8ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,6 @@ jobs:
run: |
./scripts/install-docker-engine-from-upstream.sh
- name: Start local Ethereum node
run: |
sudo docker run --name hardhat-dev --rm -p 8545:8545 -d gluwa/hardhat-dev
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 46da8ec

Please sign in to comment.