Skip to content

Commit d07a7f5

Browse files
authored
Merge pull request #335 from samsrabin/patch-1
Include optional submodules and staged diffs in fleximod_test.yaml
2 parents f5ade57 + f60bccf commit d07a7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fleximod_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- id: run-fleximod
1818
run: |
19-
$GITHUB_WORKSPACE/bin/git-fleximod update
19+
$GITHUB_WORKSPACE/bin/git-fleximod update -o
2020
echo
2121
echo "Update complete, checking status"
2222
echo
@@ -26,7 +26,7 @@ jobs:
2626
echo
2727
echo "Checking if git fleximod matches expected externals"
2828
echo
29-
git diff --exit-code
29+
git add . && git diff --exit-code && git diff --cached --exit-code
3030
# - name: Setup tmate session
3131
# if: ${{ failure() }}
3232
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)