Skip to content

Commit

Permalink
Fix ICT Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Dec 17, 2024
1 parent 93a0c67 commit 7cd2252
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/wormchain-icts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ jobs:
- name: checkout chain
uses: actions/checkout@v4

- name: Download Tarball Artifact
uses: actions/download-artifact@v3
with:
name: ${{ env.IMAGE_NAME }}
path: /tmp

- name: Load Docker Image
run: |
docker image load -i ${{ env.TAR_PATH }}
docker image ls -a
- name: Run Test
id: run_test
continue-on-error: true
Expand Down

0 comments on commit 7cd2252

Please sign in to comment.