Merge pull request #35 from zkokk/REF-1

Adding hardhat test
This commit is contained in:
zkokk 2024-06-15 20:55:04 +03:00 committed by GitHub
commit 49efe4f77f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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