We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafb499 commit 94766f2Copy full SHA for 94766f2
.github/workflows/CI.yml
@@ -168,7 +168,7 @@ jobs:
168
id: regression-execution
169
timeout-minutes: 60
170
run: |
171
- for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat;
+ for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat minimal_surface;
172
do
173
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
174
echo "$regr_test" "Executed Successfully"
0 commit comments