Skip to content

Commit

Permalink
check-cleanliness CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Feb 8, 2025
1 parent 7d94ab5 commit ebbf8ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
cd $GITHUB_WORKSPACE/CESM/components/mom/
git checkout ${{ github.sha }}
- name: Check submodule hash consistency
run: |
echo "Checking if .gitmodules and external hashes are consistent"
cd $GITHUB_WORKSPACE/CESM/components/mom/
git diff --exit-code
# Build the standalone mom using the ubuntu script.
- name: Build Standalone MOM
run: |
Expand Down

0 comments on commit ebbf8ad

Please sign in to comment.