Rename e2e test results artifact
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
6
.github/workflows/make.yaml
vendored
6
.github/workflows/make.yaml
vendored
@@ -204,11 +204,11 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
- run: "make test-e2e"
|
- run: "make test-e2e"
|
||||||
env:
|
env:
|
||||||
GOTESTSUM_JUNITFILE: "junit.xml"
|
GOTESTSUM_JUNITFILE: "junit-e2e.xml"
|
||||||
- name: "Upload test results"
|
- name: "Upload test results"
|
||||||
uses: "actions/upload-artifact@v4"
|
uses: "actions/upload-artifact@v4"
|
||||||
if: "always()"
|
if: "always()"
|
||||||
with:
|
with:
|
||||||
name: "junit-results"
|
name: "junit-e2e-results"
|
||||||
path: "junit.xml"
|
path: "junit-e2e.xml"
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user