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
52c41386ab
commit
06fc27fdf9
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -54,15 +54,9 @@ jobs:
|
||||
missing_reports=()
|
||||
|
||||
# Check for required test report directories
|
||||
if [ ! -d "build/reports/tests/" ]; then
|
||||
missing_reports+=("build/reports/tests/")
|
||||
fi
|
||||
if [ ! -d "build/reports/problems/" ]; then
|
||||
missing_reports+=("build/reports/problems/")
|
||||
fi
|
||||
if [ ! -d "build/test-results/" ]; then
|
||||
missing_reports+=("build/test-results/")
|
||||
fi
|
||||
if [ ! -d "stirling-pdf/build/reports/tests/" ]; then
|
||||
missing_reports+=("stirling-pdf/build/reports/tests/")
|
||||
fi
|
||||
@ -97,8 +91,6 @@ jobs:
|
||||
with:
|
||||
name: test-reports-jdk-${{ matrix.jdk-version }}
|
||||
path: |
|
||||
build/reports/tests/
|
||||
build/test-results/
|
||||
build/reports/problems/
|
||||
stirling-pdf/build/reports/tests/
|
||||
stirling-pdf/build/test-results/
|
||||
|
Loading…
Reference in New Issue
Block a user