diff --git a/.github/workflows/deploy-devnet.yml b/.github/workflows/deploy-devnet.yml index c635309ff8..29c3a5559a 100644 --- a/.github/workflows/deploy-devnet.yml +++ b/.github/workflows/deploy-devnet.yml @@ -10,7 +10,7 @@ jobs: deploy-hardhat: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') runs-on: ubuntu-latest - + env: BASE_IMAGE: yohands/my_first_container:latest FINAL_IMAGE: yohands/my_first-contracts @@ -130,4 +130,6 @@ jobs: run: npx hardhat test - name: Stop and remove test container - run: docker rm -f test-node \ No newline at end of file + run: docker rm -f test-node + + #adding comment to ensure the workflow is complete \ No newline at end of file