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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ jobs:
167
167
id: regression-execution
168
168
timeout-minutes: 60
169
169
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 minimal_surface;
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;
171
171
do
172
172
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
173
173
echo "$regr_test" "Executed Successfully"
@@ -230,7 +230,7 @@ jobs:
230
230
# the stable regression results
231
231
run-id: ${{ env.CI_RUN_ID }}
232
232
repository: ReactionMechanismGenerator/RMG-Py
233
-
github-token: ${{ secrets.GH_PAT }}
233
+
github-token: ${{ secrets.GITHUB_TOKEN }}
234
234
name: stable_regression_results
235
235
path: stable_regression_results
236
236
@@ -243,7 +243,7 @@ jobs:
243
243
run: |
244
244
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
245
245
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 minimal_surface;
246
+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment;
0 commit comments