Skip to content

Commit ddf2022

Browse files
committed
update mom6_bathy and ci tests
1 parent f4e1855 commit ddf2022

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ jobs:
4242
cd visualCaseGen/
4343
git fetch origin pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }}
4444
git checkout pr-${{ github.event.pull_request.number }}
45+
git submodule update --init
4546
4647
- name: Checkout initial event (Push)
4748
if: ${{ github.event_name == 'push' }}
4849
run: |
4950
echo "Handling push"
5051
cd visualCaseGen/
5152
git checkout ${{ github.sha }}
53+
git submodule update --init
5254
5355
# set up conda
5456
- uses: conda-incubator/setup-miniconda@v3

external/mom6_bathy

Submodule mom6_bathy updated 1 file

0 commit comments

Comments
 (0)