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 9494 echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
9595 - name : Build
9696 run : make -C "$TAR_DIR" build-ci -j4 V=1
97- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
98- with :
99- persist-credentials : false
100- sparse-checkout : |
101- tools/eslint
102- tools/eslint-rules
103- - name : Move directories needed for testing
104- run : |
105- mv tools/eslint "$TAR_DIR/tools"
106- mv tools/eslint-rules "$TAR_DIR/tools"
10797 - name : Test
10898 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 @@ -1247,6 +1247,7 @@ $(TARBALL): release-only doc-only
12471247 $(RM ) -r $(TARNAME ) /tools/cpplint.py
12481248 $(RM ) -r $(TARNAME ) /tools/eslint
12491249 $(RM ) -r $(TARNAME ) /tools/eslint-rules
1250+ $(RM ) -r $(TARNAME ) /test/parallel/test-eslint-*
12501251 $(RM ) -r $(TARNAME ) /tools/license-builder.sh
12511252 $(RM ) -r $(TARNAME ) /tools/eslint/node_modules
12521253 $(RM ) -r $(TARNAME ) /tools/osx-*
You can’t perform that action at this time.
0 commit comments