Skip to content

Commit

Permalink
Fix ICT
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 11, 2024
1 parent 4add7f4 commit 1799f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wormchain-icts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:

- name: Retry Failed Test
if: steps.run_test.outcome == 'failure'
working-directory: wormchain
run: |
for i in 1 2; do
echo "Retry attempt $i"
Expand Down
2 changes: 1 addition & 1 deletion wormchain/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ clean:

# Generate Wormchain Image
local-image: build/wormchaind
docker build -t wormchain:latest -f Dockerfile.ict ..
docker build -t wormchain:local -f Dockerfile.ict ..

# Individual Tests ($$ is interpreted as $)
rm-testcache:
Expand Down

0 comments on commit 1799f12

Please sign in to comment.