diff --git a/.github/workflows/wormchain-icts.yml b/.github/workflows/wormchain-icts.yml index 31bd3c4311..683fc9e347 100644 --- a/.github/workflows/wormchain-icts.yml +++ b/.github/workflows/wormchain-icts.yml @@ -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" diff --git a/wormchain/Makefile b/wormchain/Makefile index 3259f9e311..2aa8221b4d 100644 --- a/wormchain/Makefile +++ b/wormchain/Makefile @@ -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: