Skip to content

Commit

Permalink
add optimism rpc url secret to action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Nov 3, 2023
1 parent 54bb7bd commit d13cbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run Forge test with gas report
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}
run: |
forge test --gas-report
id: test
Expand All @@ -42,6 +43,7 @@ jobs:
- name: Run Forge coverage
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}
run: |
forge coverage --report lcov && lcov --extract lcov.info -o lcov.info 'src/*'
id: coverage
Expand Down

0 comments on commit d13cbf5

Please sign in to comment.