Add CI/CD #2
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user