Skip to content

Commit 2344eb8

Browse files
committed
replace status with diff
1 parent 01733bc commit 2344eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262

263263
- name: Check diff with pushed CTS
264264
run: |
265-
git status
265+
git --no-pager diff
266266
exit $(git status --porcelain ./tests/output | wc -l)
267267
268268
- name: Run

0 commit comments

Comments
 (0)