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
|
||||
# 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
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: e1018mc/limechain:deployed
|
||||
tags: e1018mc/limechain:apollo_contract
|
||||
|
||||
- name: Destroy local devnet
|
||||
run: docker-compose down
|
||||
|
|
|
|||
Loading…
Reference in a new issue