From 05d0dc1d534519b76ab793482e22368b2cbb83c1 Mon Sep 17 00:00:00 2001 From: Aleksandar Stanchev Date: Thu, 3 Oct 2024 10:04:58 +0300 Subject: [PATCH] #2029 test reports publishing removed the artifact name. When defined the action tries to download but uploads are not imediately available after upload --- .github/workflows/system-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 1acbd32054..f0f570b04d 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -366,7 +366,6 @@ jobs: uses: dorny/test-reporter@v1 with: name: Test Results | ${{ env.DITTO_BRANCH }} ${{ github.run_number }} - artifact: system-test-results-${{ env.DITTO_BRANCH }}-${{ github.run_number }} path: ./**/target/failsafe-reports/*IT.xml reporter: java-junit working-directory: ditto-testing