Skip to content

Commit

Permalink
use uniswap test fork
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 17, 2024
1 parent 548db22 commit 386a6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- mikers/submodules
- mikers/submodulesFreshUniswap4
schedule:
- cron: '0 0 * * *' # Run every day at midnight
workflow_dispatch: # Enable manual running
Expand Down Expand Up @@ -120,7 +121,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 install --frozen-lockfile && yarn compile && yarn test
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/uniswap-v3-core && yarn install --frozen-lockfile && yarn compile && yarn test
- name: 'Run tests: OpenZeppelin'
if: always()
timeout-minutes: 30
Expand Down

0 comments on commit 386a6e7

Please sign in to comment.