You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,9 @@ jobs:
225
225
export FAILED=Yes
226
226
fi
227
227
echo "" # blank line so next block is interpreted as markdown
228
+
echo '```'
228
229
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")
230
+
echo '```'
229
231
echo "</details>"
230
232
echo "<details>"
231
233
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
@@ -242,7 +244,9 @@ jobs:
242
244
export FAILED=Yes
243
245
fi
244
246
echo "" # blank line so next block is interpreted as markdown
247
+
echo '```'
245
248
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")
249
+
echo '```'
246
250
echo "</details>"
247
251
248
252
# Check for Regression between Reference and Dynamic (skip superminimal)
0 commit comments