Skip to content

Commit c6d8dd8

Browse files
committed
try to suppress conda.cli regression test error
It looks like something in the regression test log is breaking the markdown formatting, so this fences it in with ``` marks
1 parent d0089c7 commit c6d8dd8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ jobs:
225225
export FAILED=Yes
226226
fi
227227
echo "" # blank line so next block is interpreted as markdown
228+
echo '```'
228229
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 '```'
229231
echo "</details>"
230232
echo "<details>"
231233
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
@@ -242,7 +244,9 @@ jobs:
242244
export FAILED=Yes
243245
fi
244246
echo "" # blank line so next block is interpreted as markdown
247+
echo '```'
245248
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 '```'
246250
echo "</details>"
247251
248252
# Check for Regression between Reference and Dynamic (skip superminimal)

0 commit comments

Comments
 (0)