Skip to content

Commit

Permalink
better error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 26, 2024
1 parent d8a6573 commit b331238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b331238

Please sign in to comment.