diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index bf17437a..3c705ad4 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -114,7 +114,7 @@ jobs: if [ -f "tmp/parallel_runtime_rspec.log" ]; then mv tmp/parallel_runtime_rspec.log tmp/parallel_runtime_rspec/${{ matrix.group }}.log else - echo "Error: Missing runtime log for group ${{ matrix.group }}" + echo "Error: Runtime log file not found for group ${{ matrix.group }}. This might indicate a problem with test execution or cache restoration." exit 1 fi