fix directory not existing failing the job
This commit is contained in:
parent
eb18df79c9
commit
6dc1446143
@ -40,9 +40,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Move Test Results
|
- name: Move Test Results
|
||||||
if: always()
|
if: always()
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
mkdir test-results/;
|
mkdir test-results/;
|
||||||
[ -d app/build/test-results/test/ ] && mv app/build/test-results/test/*.xml test-results/;
|
[ -d app/build/test-results/test/ ] && mv app/build/test-results/test/*.xml test-results/ || true
|
||||||
|
|
||||||
- name: Upload Test Result
|
- name: Upload Test Result
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user