Update build.yml

This commit is contained in:
Ludy87 2025-06-18 22:53:49 +02:00
parent 559d096b7d
commit 7c831648be
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -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