Skip to content

Commit

Permalink
fix(test): save test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Sep 25, 2023
1 parent 6f80381 commit ff8b649
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: Run tests
run: make coverage

- name: Test Reports
uses: actions/upload-artifact@v3
if: always()
with:
name: Test Reports
path: ${{ github.workspace }}/**/target/site

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Expand Down

0 comments on commit ff8b649

Please sign in to comment.