Rename e2e test results artifact

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-26 12:08:55 +04:00
parent f32b7d60f7
commit d1f6006a17

View File

@@ -204,11 +204,11 @@ jobs:
EOF
- run: "make test-e2e"
env:
GOTESTSUM_JUNITFILE: "junit.xml"
GOTESTSUM_JUNITFILE: "junit-e2e.xml"
- name: "Upload test results"
uses: "actions/upload-artifact@v4"
if: "always()"
with:
name: "junit-results"
path: "junit.xml"
name: "junit-e2e-results"
path: "junit-e2e.xml"
retention-days: 30