Skip to content

Commit

Permalink
ci(mf6.yml): include more mf6 autotests (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Oct 7, 2023
1 parent f3b9410 commit 0853ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mf6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Run tests
working-directory: modflow6/autotest
run: |
pytest -v --cov=flopy --cov-report=xml --durations=0 -k "test_gw" -n auto
pytest -v --cov=flopy --cov-report=xml --durations=0 -n auto -m "not repo and not regression"
- name: Print coverage report before upload
working-directory: ./modflow6/autotest
Expand Down

0 comments on commit 0853ef8

Please sign in to comment.