diff --git a/.gitea/workflows/gradle-test.yml b/.gitea/workflows/gradle-test.yml index fe82ac9..0380b10 100644 --- a/.gitea/workflows/gradle-test.yml +++ b/.gitea/workflows/gradle-test.yml @@ -40,9 +40,10 @@ jobs: - name: Move Test Results if: always() + continue-on-error: true run: | 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 uses: christopherhx/gitea-upload-artifact@v4