Skip to content

Commit d9d4fea

Browse files
committed
fixup! tools: add a check for clean git tree after tests
1 parent ec737d5 commit d9d4fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: make test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
8585
- name: Ensure running tests did not cause any change in the tree
8686
working-directory: node
87-
run: git diff --name-only --exit-code
87+
run: git add -A && git diff --name-only --exit-code --staged
8888
- name: Re-run test in a folder whose name contains unusual chars
8989
run: |
9090
mv node "$DIR"

0 commit comments

Comments
 (0)