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: