Skip to content

Commit

Permalink
ci: make integration-test continue on error & keep summary report
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed May 23, 2024
1 parent f9b6d94 commit 999b833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: forge test -vvv --mc BaseIntegrationTest --fork-url https://mainnet.optimism.io
- name: income simulator
run: mkdir reports && forge test -vv --mp "test/integration/IncomeSimulator.t.sol" --fork-url https://mainnet.optimism.io
continue-on-error: true
- name: Archive Simulator Report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 999b833

Please sign in to comment.