Skip to content

Commit

Permalink
fix openzep private key
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed Jan 16, 2024
1 parent 41f7e8f commit 5ee9d27
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 @@ -125,7 +125,7 @@ jobs:
if: always()
timeout-minutes: 30
env:
ROOT_PRIVATE_KEY: ${{ steps.testnode.outputs.ROOT_PRIVATE_KEY }}
DEPLOYER_PRIVATE_KEY: ${{ steps.testnode.outputs.ROOT_PRIVATE_KEY }}
USER_1_PRIVATE_KEY: ${{ steps.accounts.outputs.ACCOUNT1_PRIVATE_KEY }}
run: |
cd ./extern/openzeppelin-contracts/ && yarn && npx hardhat --network local test

0 comments on commit 5ee9d27

Please sign in to comment.