Skip to content

Commit 66daccb

Browse files
authored
Check for diffs in tests folder after running tests (#7119)
1 parent 4c28fa1 commit 66daccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ jobs:
317317
- name: Run tests
318318
run: node scripts/test.js -all
319319

320+
- name: Check for diffs in tests folder
321+
run: git diff --ignore-cr-at-eol --exit-code tests
322+
320323
- name: Run gentype tests
321324
if: runner.os != 'Windows'
322325
run: make -C tests/gentype_tests/typescript-react-example clean test

0 commit comments

Comments
 (0)