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
559d096b7d
commit
7c831648be
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -57,6 +57,9 @@ jobs:
|
||||
if [ ! -d "build/reports/tests/" ]; then
|
||||
missing_reports+=("build/reports/tests/")
|
||||
fi
|
||||
if [ ! -d "build/reports/tests/" ]; then
|
||||
missing_reports+=("build/reports/problems/")
|
||||
fi
|
||||
if [ ! -d "build/test-results/" ]; then
|
||||
missing_reports+=("build/test-results/")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user