Skip to content

Commit

Permalink
added github secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Sep 20, 2024
1 parent 1a45483 commit b86fbe3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
id: build

- name: Run Forge tests
env:
CI: true
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
ARBITRUM_RPC_URL: ${{ secrets.ARBITRUM_RPC_URL }}
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}

run: |
forge test -vvv
id: test

0 comments on commit b86fbe3

Please sign in to comment.