Skip to content

Commit

Permalink
fix(ci): add back the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Aug 3, 2024
1 parent 859595b commit a274c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
./broadcast
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Test
run: forge test
run: forge test -vvv
- name: Set test snapshot as summary
run: NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
- name: Add comment for test failure
if: failure()
uses: actions/github-script@v6
Expand Down

0 comments on commit a274c20

Please sign in to comment.