Skip to content

Commit

Permalink
ci: fix contract deployment
Browse files Browse the repository at this point in the history
Fingers crossed. The issue was reproduced locally with CI=true.
  • Loading branch information
danielattilasimon committed Apr 10, 2024
1 parent 35281dc commit 9456636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
id: test

deploy:
if: false
name: Deploy contracts to Liquity v2 Testnet
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -78,6 +77,7 @@ 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
DEPLOYER: ${{ secrets.DEPLOYER }}

console-logs:
Expand Down

0 comments on commit 9456636

Please sign in to comment.