mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update build.yml
This commit is contained in:
parent
ddad1eddef
commit
559d096b7d
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -54,6 +54,12 @@ jobs:
|
|||||||
missing_reports=()
|
missing_reports=()
|
||||||
|
|
||||||
# Check for required test report directories
|
# Check for required test report directories
|
||||||
|
if [ ! -d "build/reports/tests/" ]; then
|
||||||
|
missing_reports+=("build/reports/tests/")
|
||||||
|
fi
|
||||||
|
if [ ! -d "build/test-results/" ]; then
|
||||||
|
missing_reports+=("build/test-results/")
|
||||||
|
fi
|
||||||
if [ ! -d "stirling-pdf/build/reports/tests/" ]; then
|
if [ ! -d "stirling-pdf/build/reports/tests/" ]; then
|
||||||
missing_reports+=("stirling-pdf/build/reports/tests/")
|
missing_reports+=("stirling-pdf/build/reports/tests/")
|
||||||
fi
|
fi
|
||||||
@ -88,6 +94,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-reports-jdk-${{ matrix.jdk-version }}
|
name: test-reports-jdk-${{ matrix.jdk-version }}
|
||||||
path: |
|
path: |
|
||||||
|
build/reports/tests/
|
||||||
|
build/test-results/
|
||||||
|
build/reports/problems/
|
||||||
stirling-pdf/build/reports/tests/
|
stirling-pdf/build/reports/tests/
|
||||||
stirling-pdf/build/test-results/
|
stirling-pdf/build/test-results/
|
||||||
stirling-pdf/build/reports/problems/
|
stirling-pdf/build/reports/problems/
|
||||||
|
Loading…
Reference in New Issue
Block a user