Skip to content

Commit 9473f5e

Browse files
committed
Revert "temporarily remove minimal_surface regression test"
This reverts commit 4889ca0.
1 parent c5c64e5 commit 9473f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
id: regression-execution
168168
timeout-minutes: 60
169169
run: |
170-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat fragment RMS_constantVIdealGasReactor_fragment;
170+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
171171
do
172172
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
173173
echo "$regr_test" "Executed Successfully"
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
245245
mkdir -p "test/regression-diff"
246-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment;
246+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
247247
do
248248
echo ""
249249
echo "### Regression test $regr_test:"

0 commit comments

Comments
 (0)