Skip to content

Commit

Permalink
debug / test with itest network name
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 13, 2024
1 parent 86b1912 commit 9fa1594
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: ${{ env.ACCOUNT1_PRIVATE_KEY }}
LOCAL_NODE_URL: 'http://localhost:8545'
run: |
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/fevm-uniswap-v3-core && npm install && npx hardhat --network local test
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY $LOCAL_NODE_URL ; cd ./extern/fevm-uniswap-v3-core && npm install && npx hardhat --network itest test
- name: 'Run tests: OpenZeppelin'
if: always()
timeout-minutes: 30
Expand Down

0 comments on commit 9fa1594

Please sign in to comment.