File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133
133
if [[ $GITHUB_ACTOR != "nektos/act" ]]; then
134
134
echo "HOST_M2_REPO=$HOME/.m2" >> $GITHUB_ENV
135
135
fi
136
+ echo "UPLOAD_TEST_ARTEFACT_NAME=system-test-results-${{ env.DITTO_BRANCH }}-${{ github.run_number }}" | sed 's/\//-/g' >> $GITHUB_ENV
136
137
137
138
- name : Debug maven repo
138
139
run : |
@@ -358,7 +359,7 @@ jobs:
358
359
if : env.GITHUB_ACTOR != 'nektos/act'
359
360
uses : actions/upload-artifact@v3
360
361
with :
361
- name : system-test-results- ${{ env.DITTO_BRANCH }}-${{ github.run_number }}
362
+ name : ${{ env.UPLOAD_TEST_ARTEFACT_NAME }}
362
363
path : ' ditto-testing/**/target/failsafe-reports/**/*.xml'
363
364
364
365
- name : Upload services logs
@@ -369,6 +370,7 @@ jobs:
369
370
path : ' ditto-testing/docker/*.log'
370
371
371
372
- name : List Test Result files
373
+ if : always()
372
374
run : |
373
375
ls -lah ./**/target/failsafe-reports/*IT.xml
374
376
working-directory : ditto-testing
You can’t perform that action at this time.
0 commit comments