From b331238a894fe7ee1ea8ab4acea31e9ae4d69b4d Mon Sep 17 00:00:00 2001 From: thatguyinabeanie Date: Tue, 26 Nov 2024 17:59:01 -0600 Subject: [PATCH] better error msg --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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