From 59a6118987a7dc6d65055482ae9a9dc03d872f9c Mon Sep 17 00:00:00 2001 From: Marie Idleman Date: Sat, 25 Jan 2025 12:22:40 -0600 Subject: [PATCH] artifact name --- .github/workflows/test-e2e-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e-linux.yml b/.github/workflows/test-e2e-linux.yml index 8732116e4d5..b17eaefe02a 100644 --- a/.github/workflows/test-e2e-linux.yml +++ b/.github/workflows/test-e2e-linux.yml @@ -153,7 +153,7 @@ jobs: - name: Upload JUnit report uses: actions/upload-artifact@v3 with: - name: playwright-junit-report + name: ${{ github.job }} path: test-results/junit.xml - name: Install trcli