Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcorbalan committed Sep 19, 2023
1 parent fa0af63 commit a92a6d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
- name: "Show the Foundry config"
run: "forge config"

- name: Use variables
run: |
echo "RPC variable : ${{ vars.MAINNET_RPC_URL }}"
echo "NUMBER variable : ${{ vars.MAINNET_FORK_NUMBER }}"
- name: "Run the tests"
run: "pnpm forge test -vv --fork-url $MAINNET_RPC_URL --fork-block-number $MAINNET_FORK_NUMBER"

Expand Down

0 comments on commit a92a6d5

Please sign in to comment.