Skip to content

Commit

Permalink
yarn run compile
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 16, 2024
1 parent 3892184 commit 0fc6649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
LOCAL_NODE_URL: 'http://127.0.0.1:8545'
run: |
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/fevm-uniswap-v3-core && yarn && ls && npx hardhat test --network local simple-test.js && npx hardhat --network local test
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/fevm-uniswap-v3-core && yarn && yarn run compile && ls && npx hardhat test --network local simple-test.js && npx hardhat --network local test
- name: 'Run tests: OpenZeppelin'
if: always()
timeout-minutes: 30
Expand Down

0 comments on commit 0fc6649

Please sign in to comment.