Skip to content

Commit 51e7bb5

Browse files
committed
build: do not include custom ESLint rules testing in tarball
PR-URL: #59809 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8756a5a commit 51e7bb5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-tarball.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,5 @@ jobs:
9999
echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
100100
- name: Build
101101
run: make -C "$TAR_DIR" build-ci -j4 V=1
102-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103-
with:
104-
persist-credentials: false
105-
sparse-checkout: |
106-
tools/eslint
107-
tools/eslint-rules
108-
- name: Move directories needed for testing
109-
run: |
110-
mv tools/eslint "$TAR_DIR/tools"
111-
mv tools/eslint-rules "$TAR_DIR/tools"
112102
- name: Test
113103
run: make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"

0 commit comments

Comments
 (0)