Skip to content

Commit

Permalink
Update ci.yml with test report
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-grodek-dsai authored Nov 6, 2023
1 parent 1385273 commit dccb9b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Run Tests
run: CI=1 pytest -v -p no:warnings --junitxml=report.xml tests/

- name: Test Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: 'report.xml'

- name: Publish Test Report
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit dccb9b7

Please sign in to comment.