Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d4a4dd

Browse files
ci(z03): exclude new gwt-gwt test from z03 regression testing (MODFLOW-ORG#892)
* exclude new gwt-gwt test from z03 regression testing * rename workflow to be a bit more descriptive
1 parent fd540aa commit 9d4a4dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-large-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# - develop
1515

1616

17-
name: large tests
17+
name: Run and test modflow6-largetestmodels and modflow6-examples (z03)
1818

1919
on:
2020
schedule:

autotest/test_z03_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def set_make_comparison(test):
134134
"ex-gwf-sfr-p01": ("6.2.1",),
135135
"ex-gwf-lgr": ("6.2.2",),
136136
"ex-gwt-rotate": ("6.2.2",),
137+
"ex-gwtgwt-mt3dms-p10": ("6.3.0",),
137138
}
138139
make_comparison = True
139140
if test in compare_tests.keys():

0 commit comments

Comments
 (0)