From 52c41386abf4007779801a76769b954786f1cd01 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Wed, 18 Jun 2025 23:05:47 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9e6dd8fb..496834e4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: if [ ! -d "build/reports/tests/" ]; then missing_reports+=("build/reports/tests/") fi - if [ ! -d "build/reports/tests/" ]; then + if [ ! -d "build/reports/problems/" ]; then missing_reports+=("build/reports/problems/") fi if [ ! -d "build/test-results/" ]; then