Add CI/CD #2

Merged
tueem merged 7 commits from feat/ci-cd into master 2025-02-07 13:44:44 +00:00
Showing only changes of commit 6dc1446143 - Show all commits

View File

@ -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