Revert problematic test

This commit is contained in:
Abe Pazos
2025-07-17 18:38:06 +02:00
parent 6384f24e65
commit e6c00926a6
4 changed files with 1 additions and 75 deletions

View File

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