Skip to content

Commit d93e4e2

Browse files
committed
sync models in ci
1 parent f0608fe commit d93e4e2

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@ jobs:
295295
GITHUB_TOKEN: ${{ github.token }}
296296
run: pixi run get-exes
297297

298+
- name: Sync models
299+
working-directory: modflow6
300+
env:
301+
GITHUB_TOKEN: ${{ github.token }}
302+
run: pixi run mf models sync
303+
298304
- name: Test MF6
299305
working-directory: modflow6
300306
run: |
@@ -488,11 +494,17 @@ jobs:
488494
run: pixi run update-flopy
489495

490496
- name: Get executables
491-
working-directory: modflow6/autotest
497+
working-directory: modflow6
492498
env:
493499
GITHUB_TOKEN: ${{ github.token }}
494500
run: pixi run get-exes
495501

502+
- name: Sync models
503+
working-directory: modflow6
504+
env:
505+
GITHUB_TOKEN: ${{ github.token }}
506+
run: pixi run mf models sync
507+
496508
- name: Set markers
497509
id: set_markers
498510
run: |
@@ -681,6 +693,12 @@ jobs:
681693
GITHUB_TOKEN: ${{ github.token }}
682694
run: pixi run get-exes
683695

696+
- name: Sync models
697+
working-directory: modflow6
698+
env:
699+
GITHUB_TOKEN: ${{ github.token }}
700+
run: pixi run mf models sync
701+
684702
- name: Set markers
685703
id: set_markers
686704
run: |

0 commit comments

Comments
 (0)