mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
49efe4f77f
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci_deploy.yaml
vendored
7
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -46,13 +46,18 @@ jobs:
|
||||||
# npm install --save-dev @nomicfoundation/hardhat-toolbox
|
# npm install --save-dev @nomicfoundation/hardhat-toolbox
|
||||||
# npx hardhat ignition deploy ./ignition/modules/Lock.js
|
# npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||||
|
|
||||||
|
- name: Run docker container with the Apollo contract
|
||||||
|
run: docker run hardhat-ignition
|
||||||
|
|
||||||
|
- name: Hardhat test
|
||||||
|
run: npx hardhat test
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: e1018mc/limechain:deployed
|
tags: e1018mc/limechain:apollo_contract
|
||||||
|
|
||||||
- name: Destroy local devnet
|
- name: Destroy local devnet
|
||||||
run: docker-compose down
|
run: docker-compose down
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue