File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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-*
You can’t perform that action at this time.
0 commit comments