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
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,7 @@ jobs:
292
292
# conda activate rmg_env_with_rms
293
293
294
294
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
295
+
touch checkModels.log
295
296
mkdir -p "test/regression-diff"
296
297
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
0 commit comments