From e299ca189f2305ae0b27fd77120dd8916bc3042a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 4 Dec 2023 16:32:47 +0100 Subject: [PATCH] ci: change name of the artifacts to be stored (#60) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6d1da76..35b9afdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v3 with: - name: java-junit + name: test-results path: '**/build/test-results/test/TEST-*.xml' - name: Agent artifact