Update build.yml

This commit is contained in:
Ludy87 2025-06-18 23:05:47 +02:00
parent 7c831648be
commit 52c41386ab
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -57,7 +57,7 @@ jobs:
if [ ! -d "build/reports/tests/" ]; then if [ ! -d "build/reports/tests/" ]; then
missing_reports+=("build/reports/tests/") missing_reports+=("build/reports/tests/")
fi fi
if [ ! -d "build/reports/tests/" ]; then if [ ! -d "build/reports/problems/" ]; then
missing_reports+=("build/reports/problems/") missing_reports+=("build/reports/problems/")
fi fi
if [ ! -d "build/test-results/" ]; then if [ ! -d "build/test-results/" ]; then