Skip to content

Commit

Permalink
Merge pull request #530 from yieldprotocol/tweak/update-utils-fix
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
alcueca authored Feb 24, 2023
2 parents bfaffde + 3ba3d9f commit 859a310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn workspace @yield-protocol/vault-v2 forge:build

- name: Run tests
run: yarn workspace @yield-protocol/vault-v2 forge:test
run: yarn workspace @yield-protocol/vault-v2 forge:test --fork-url ${{ secrets.ALCHEMY_MAINNET_RPC }}
env:
ARBITRUM_RPC: $${{ secrets.ARBITRUM_RPC}}
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}

0 comments on commit 859a310

Please sign in to comment.