Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 15, 2023
1 parent ccdd4d3 commit 97d2e5e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,22 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: pytest -v --durations 0 get_exes.py

- name: Test nc4 program
- name: Check exe
working-directory: modflow6/autotest
env:
REPOS_PATH: ${{ github.workspace }}
run: |
ls -l /d/a/modflow6/modflow6/modflow6/bin
file /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
ldd /d/a/modflow6/modflow6/modflow6/bin/mf6.exe
/d/a/modflow6/modflow6/modflow6/bin/mf6.exe --version
/d/a/modflow6/modflow6/modflow6/bin/mf6 --version
- name: Test nc4 program
working-directory: modflow6/autotest
env:
REPOS_PATH: ${{ github.workspace }}
run: |
pytest -v test_gwf_chd01.py -s --keep temp
cat test_mf6model[chd01]0/mfsim.list
Expand Down

0 comments on commit 97d2e5e

Please sign in to comment.