Skip to content

Commit f60bccf

Browse files
authored
fleximod_test.yaml: Show the diffs again
1 parent 865bde2 commit f60bccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fleximod_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo
2727
echo "Checking if git fleximod matches expected externals"
2828
echo
29-
git add . && git diff --quiet && git diff --cached --quiet
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)