Try make test reports available upon failure

This commit is contained in:
Abe Pazos
2025-07-17 17:15:13 +02:00
parent 89899be7ce
commit fc2a750720

View File

@@ -49,5 +49,14 @@ jobs:
- name: Build ORX
run: ./gradlew build
- name: Upload Test Report
if: failure()
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports/
**/build/test-results/
- name: Collect screenshots without errors
run: xvfb-run ./gradlew collectScreenshots