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