Skip to content

Commit

Permalink
Update action to save snapshot report
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Jul 21, 2024
1 parent 3ffe20c commit e0bea4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
make test
- name: Attach Code Coverage
uses: py-cov-action/python-coverage-comment-action@v3.25
- name: Save Snapshot Report
if: always()
uses: actions/upload-artifact@v3
with:
name: snapshot-report-posting
path: snapshot_report.html


0 comments on commit e0bea4f

Please sign in to comment.