Skip to content

Commit

Permalink
try updating git-fleximod to use test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 22, 2024
1 parent 2ffa535 commit 703dcb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
echo
echo "Update complete, checking status"
echo
$GITHUB_WORKSPACE/bin/git-fleximod status | tee status.out
grep testfails status.out || exit 0
exit 1
$GITHUB_WORKSPACE/bin/git-fleximod test
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@

[submodule "cam"]
path = components/cam
url = https://www.github.com/jedwards4b/CAM
url = https://www.github.com/ESCOMP/CAM
fxDONOTUSEurl = https://www.github.com/ESCOMP/CAM
fxtag = remove_mct_submodule_update_config_component01
fxtag = cam6_4_047
fxrequired = ToplevelRequired

[submodule "clm"]
Expand Down

0 comments on commit 703dcb3

Please sign in to comment.