Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 13, 2024
1 parent b4dc852 commit efbcad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
if: always()
timeout-minutes: 30
env:
DEPLOYER_PRIVATE_KEY: ${{ steps.testnode.outputs.ACCOUNT1_PRIVATE_KEY }}
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
DEPLOYER_PRIVATE_KEY: ${{ env.ACCOUNT1_PRIVATE_KEY }}
USER_1_PRIVATE_KEY: ${{ env.ACCOUNT1_PRIVATE_KEY }}
run: |
echo $USER_1_PRIVATE_KEY $DEPLOYER_PRIVATE_KEY ; cd ./extern/fevm-uniswap-v3-core && npm install && npx hardhat --network local test || true
- name: 'Run tests: OpenZeppelin'
Expand Down

0 comments on commit efbcad2

Please sign in to comment.