From 16363d9b6ac22af43c858e1d8a47707e4aad3d0d Mon Sep 17 00:00:00 2001 From: Daniel Simon Date: Wed, 10 Apr 2024 20:49:59 +0700 Subject: [PATCH] ci: fix contract deployment Fingers crossed. The issue was reproduced locally with CI=true. --- .github/workflows/contracts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 327124c0..84d653bf 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -46,7 +46,6 @@ jobs: id: test deploy: - if: false name: Deploy contracts to Liquity v2 Testnet runs-on: ubuntu-latest steps: @@ -78,6 +77,8 @@ jobs: - name: Run deployment tool run: ./deploy liquity-testnet --verify env: + CI: "" # BUG: forge script gets stuck when broadcasting TXs if CI is turned on + FOUNDRY_PROFILE: "" DEPLOYER: ${{ secrets.DEPLOYER }} console-logs: