We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec737d5 commit d9d4feaCopy full SHA for d9d4fea
.github/workflows/test-linux.yml
@@ -84,7 +84,7 @@ jobs:
84
run: make test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
85
- name: Ensure running tests did not cause any change in the tree
86
working-directory: node
87
- run: git diff --name-only --exit-code
+ run: git add -A && git diff --name-only --exit-code --staged
88
- name: Re-run test in a folder whose name contains unusual chars
89
run: |
90
mv node "$DIR"
0 commit comments