Skip to content

Commit

Permalink
chore: add compilation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Sep 27, 2024
1 parent 615a40f commit b059a1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
# Remove the deploy/ prefix
BRANCH_NAME=${BRANCH_NAME#deploy/}
npx hardhat verify-deployment --network $BRANCH_NAME
npx hardhat compile && npx hardhat verify-deployment --network $BRANCH_NAME
working-directory: ./packages/solidity-contracts

0 comments on commit b059a1d

Please sign in to comment.