Skip to content

Commit d8a98e6

Browse files
committed
tests
1 parent f87999b commit d8a98e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ jobs:
239239
git config --global user.name "GitHub Action"
240240
- run: git add -- ./docs/${{ env.friendly-version }}
241241
- id: check-diff
242-
run: git diff --exit-code ./docs/
242+
run: |
243+
set -e
244+
git diff --exit-code ./docs/
243245
- run: |
244246
echo "Check diff exit code: $?"
245247
echo "Check diff outcome: ${{ steps.check-diff.outcome }}"

0 commit comments

Comments
 (0)