From dc9f4c5d11c23a203c8e8a953a0cf5c919bc5add Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:57:08 +0000 Subject: [PATCH] chore: switch test report action --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d98b40c..fe923928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: | set -Eeuo pipefail docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml - - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 + - uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0 + if: always() with: - paths: test-report.xml - show: all + files: test-report.xml