Skip to content

Commit d19d776

Browse files
committed
build: do not include custom ESLint rules testing in tarball
1 parent 2a99210 commit d19d776

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/build-tarball.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,6 @@ jobs:
102102
- name: Build
103103
run: |
104104
make -C "$TAR_DIR" build-ci -j4 V=1
105-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106-
with:
107-
persist-credentials: false
108-
sparse-checkout: |
109-
tools/eslint
110-
tools/eslint-rules
111-
- name: Move directories needed for testing
112-
run: |
113-
mv tools/eslint "$TAR_DIR/tools"
114-
mv tools/eslint-rules "$TAR_DIR/tools"
115105
- name: Test
116106
run: |
117107
make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,7 @@ $(TARBALL): release-only doc-only
12271227
$(RM) -r $(TARNAME)/tools/cpplint.py
12281228
$(RM) -r $(TARNAME)/tools/eslint
12291229
$(RM) -r $(TARNAME)/tools/eslint-rules
1230+
$(RM) -r $(TARNAME)/test/parallel/test-eslint-*
12301231
$(RM) -r $(TARNAME)/tools/license-builder.sh
12311232
$(RM) -r $(TARNAME)/tools/eslint/node_modules
12321233
$(RM) -r $(TARNAME)/tools/osx-*

0 commit comments

Comments
 (0)