Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jul 3, 2024
1 parent 69b654f commit 9319cc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ex-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
meson test --verbose --no-rebuild -C builddir
- name: Install MODFLOW 6
run: cp bin/* ~/.local/bin/modflow/
working-directory: modflow6
run: cp bin/mf6 ~/.local/bin/modflow/

- name: Create example models
working-directory: modflow6-examples/autotest
Expand All @@ -109,7 +110,7 @@ jobs:
path: modflow6-examples/${{ env.DISTNAME }}.zip

docs:
name: Test examples and build docs
name: Run examples, make docs
runs-on: ubuntu-latest
needs: lint
strategy:
Expand Down Expand Up @@ -177,7 +178,7 @@ jobs:
- name: Install MODFLOW 6
working-directory: modfow6
run: cp bin/* ~/.local/bin/modflow/
run: cp bin/mf6 ~/.local/bin/modflow/

- name: Run examples, make plots
working-directory: modflow6-examples/autotest
Expand Down

0 comments on commit 9319cc4

Please sign in to comment.