Skip to content

Commit

Permalink
compile hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent c3d0b20 commit 431cd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-strategy-hardhat-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
node-version: ${{ steps.nodeversion.outputs.version }}
cache: yarn
- run: yarn install
- run: rm -rf src/test/kontrol/
- run: yarn mainnet:deploy-strategy
env:
ASSET_ADDRESS: ${{ github.event.inputs.asset }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-strategy-hardhat-sepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
node-version: ${{ steps.nodeversion.outputs.version }}
cache: yarn
- run: yarn install
- run: rm -rf src/test/kontrol/
- run: yarn sepolia:deploy-strategy
env:
ASSET_ADDRESS: ${{ github.event.inputs.asset }}
Expand Down

0 comments on commit 431cd8c

Please sign in to comment.