From 19d4d3b40061d58bdb9190f324c8fe6349e89315 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 24 Nov 2024 20:58:31 +0000 Subject: [PATCH] . e Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6849785c..495c2d1d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -95,7 +95,7 @@ jobs: - name: Publish Test Report uses: mikepenz/action-junit-report@v5 - if: success() || failure() # always run even if the previous step fails + if: always() with: report_paths: '**/build/test-reports/*.xml' detailed_summary: true