Skip to content

Commit 99f0278

Browse files
committed
update CI workflow to include surface regression test
1 parent 7ba5aa6 commit 99f0278

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
@@ -170,7 +170,7 @@ jobs:
170170
id: regression-execution
171171
timeout-minutes: 60
172172
run: |
173-
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;
173+
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;
174174
do
175175
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
176176
echo "$regr_test" "Executed Successfully"
@@ -245,7 +245,7 @@ jobs:
245245
run: |
246246
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
247247
mkdir -p "test/regression-diff"
248-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment;
248+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
249249
do
250250
echo ""
251251
echo "### Regression test $regr_test:"

0 commit comments

Comments
 (0)