Skip to content

Commit

Permalink
update all submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 27, 2024
1 parent b60e761 commit e05c5d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
echo "Update complete, checking status"
echo
$GITHUB_WORKSPACE/bin/git-fleximod status | tee status.out
grep 'testfails = 0' status.out
grep testfails status.out
if [[ $? -eq 0 ]]; then
exit 1
fi
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit e05c5d2

Please sign in to comment.