From dccb9b74bf088b43c39fbf7c6b54c5d95159ee67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gr=C3=B3dek?= <128714159+piotr-grodek-dsai@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:14:42 +0100 Subject: [PATCH] Update ci.yml with test report --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa925ef..bf4ce82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: