Skip to content

Commit

Permalink
add api key to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Nov 26, 2024
1 parent d81879f commit 4bd522d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Report Coverage
run: |
forge coverage --fork-url ${{ secrets.OPTIMISM_RPC_URL }} --report summary
forge coverage --fork-url ${{ secrets.OPTIMISM_RPC_URL }} --report debug
forge coverage --fork-url ${{ secrets.OPTIMISM_RPC_URL }} --etherscan-api-key ${{ secrets.OPTIMISM_API_KEY }} --report summary
forge coverage --fork-url ${{ secrets.OPTIMISM_RPC_URL }} --etherscan-api-key ${{ secrets.OPTIMISM_API_KEY }} --report debug
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Test Project
run: |
forge test --fork-url ${{ secrets.OPTIMISM_RPC_URL }} -vvv
forge test --fork-url ${{ secrets.OPTIMISM_RPC_URL }} --etherscan-api-key ${{ secrets.OPTIMISM_API_KEY }} -vvv
id: test

0 comments on commit 4bd522d

Please sign in to comment.