Try make test reports available upon failure
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -49,5 +49,14 @@ jobs:
|
|||||||
- name: Build ORX
|
- name: Build ORX
|
||||||
run: ./gradlew build
|
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
|
- name: Collect screenshots without errors
|
||||||
run: xvfb-run ./gradlew collectScreenshots
|
run: xvfb-run ./gradlew collectScreenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user