| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -94,15 +94,5 @@ jobs: | |||
| 94 | 94 | echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV" | |
| 95 | 95 | - name: Build | |
| 96 | 96 | 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" | ||
| 107 | 97 | - name: Test | |
| 108 | 98 | 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 | |||
| 1227 | 1227 | $(RM) -r $(TARNAME)/tools/cpplint.py | |
| 1228 | 1228 | $(RM) -r $(TARNAME)/tools/eslint | |
| 1229 | 1229 | $(RM) -r $(TARNAME)/tools/eslint-rules | |
| 1230 | + $(RM) -r $(TARNAME)/test/parallel/test-eslint-* | ||
| 1230 | 1231 | $(RM) -r $(TARNAME)/tools/license-builder.sh | |
| 1231 | 1232 | $(RM) -r $(TARNAME)/tools/eslint/node_modules | |
| 1232 | 1233 | $(RM) -r $(TARNAME)/tools/osx-* | |
| Back | FazBrowse Home | New Git URL |
0 commit comments