Skip to content

Commit

Permalink
☂️ update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Mar 8, 2024
1 parent b6bc74d commit dff51d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Report Coverage
run: |
forge coverage --fork-url ${{ secrets.OPTIMISM_GOERLI_RPC_URL }} --report lcov
forge coverage --report lcov
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

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

0 comments on commit dff51d0

Please sign in to comment.