Skip to content

Commit 5e940e5

Browse files
authored
fixup! tools: use sparse checkout in build-tarball.yml
1 parent fe2a24f commit 5e940e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
tools/eslint-rules
117117
- name: Move directories needed for testing
118118
run: |
119-
mv tools/eslint $TAR_DIR/tools
120-
mv tools/eslint-rules $TAR_DIR/tools
119+
mv tools/eslint "$TAR_DIR/tools"
120+
mv tools/eslint-rules "$TAR_DIR/tools"
121121
- name: Test
122122
run: |
123123
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"

0 commit comments

Comments
 (0)