Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ jobs:
export FAILED=Yes
fi
echo "" # blank line so next block is interpreted as markdown
echo '```'
cat "$regr_test-core.log" || (echo "Dumping the whole log failed, please download it from GitHub actions. Here are the first 100 lines:" && head -n100 "$regr_test-core.log")
echo '```'
echo "</details>"
echo "<details>"
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
Expand All @@ -242,7 +244,9 @@ jobs:
export FAILED=Yes
fi
echo "" # blank line so next block is interpreted as markdown
echo '```'
cat "$regr_test-edge.log" || (echo "Dumping the whole log failed, please download it from GitHub actions. Here are the first 100 lines:" && head -n100 "$regr_test-core.log")
echo '```'
echo "</details>"

# Check for Regression between Reference and Dynamic (skip superminimal)
Expand Down
Loading