Skip to content

Commit

Permalink
☂️ Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Mar 27, 2023
1 parent 4e73b2b commit 9101cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- name: Run forge test
run: |
forge test --fork-url ${{ secrets.ARCHIVE_NODE_URL_L2 }} --etherscan-api-key ${{ secrets.ETHERSCAN_API_KEY }} -vvv
forge test --fork-url ${{ secrets.ARCHIVE_NODE_URL_GOERLI_L2 }} --etherscan-api-key ${{ secrets.ETHERSCAN_API_KEY }} -vvv
id: test

- name: Run forge coverage
run: |
forge coverage --fork-url ${{ secrets.ARCHIVE_NODE_URL_L2 }} --report lcov
forge coverage --fork-url ${{ secrets.ARCHIVE_NODE_URL_GOERLI_L2 }} --report lcov
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 9101cab

Please sign in to comment.