Merge pull request #36 from zkokk/REF-1

Adding local host to docker run cmd
This commit is contained in:
zkokk 2024-06-15 21:06:47 +03:00 committed by GitHub
commit 216660524c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,8 @@ jobs:
# npx hardhat ignition deploy ./ignition/modules/Lock.js
- name: Run docker container with the Apollo contract
run: docker run hardhat-ignition
run: docker run -p 127.0.0.1:8551:8545 --rm hardhat-ignition
- name: Hardhat test
run: npx hardhat test