Skip to content

Commit

Permalink
ci: fix example model init step workdir (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jan 24, 2024
1 parent a499254 commit c547479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build example models
if: matrix.repo == 'examples' && steps.cache-examples.outputs.cache-hit != 'true'
working-directory: modflow6-examples/etc
working-directory: modflow6-examples/autotest
run: |
pytest -v -n auto test_scripts.py --init
ls -lh ../examples/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:

- name: Build example models
if: inputs.full == true
working-directory: modflow6-examples/etc
working-directory: modflow6-examples/autotest
run: pytest -v -n auto test_scripts.py --init

- name: Build distribution
Expand Down

0 comments on commit c547479

Please sign in to comment.