Skip to content

Commit

Permalink
debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jun 24, 2023
1 parent abe3156 commit e2a7f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
# The image is already tagged at this point by the hardhat-build job
- name: Load hardhat image
run: docker load --input ${{ env.DOWNLOAD_DIR }}/${{ env.HARDHAT_ARTIFACT }}
- name: ls
run: echo ${{ env.HARDHAT_ARTIFACT }} && docker image ls
- name: Rename hardhat image
run: docker tag ${{ env.HARDHAT_ARTIFACT }} ethereum:prebuilt
- name: Get steward artifact
Expand Down

0 comments on commit e2a7f44

Please sign in to comment.