From e2a7f449af4948b243f1fee44d9725868b9b1ca8 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Fri, 23 Jun 2023 21:01:39 -0500 Subject: [PATCH] debugging ci --- .github/workflows/integration_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 27fe6bce..fab6d3bf 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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