From add0dd8478dacec39b2621b3eb23ec1b2c98c8e9 Mon Sep 17 00:00:00 2001 From: Agapov Alexey Date: Sat, 20 Jul 2024 14:00:16 +0500 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f3919b39..9b0fb44d 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -27,3 +27,8 @@ jobs: run: swift test -v | bundle exec xcpretty - name: Run all tests run: make test_all + - name: Publish Test Report + uses: mikepenz/action-junit-report@v4 + if: success() || failure() # always run even if the previous step fails + with: + report_paths: '**/test-results-*/report.xml'