We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8756a5a commit 51e7bb5Copy full SHA for 51e7bb5
.github/workflows/build-tarball.yml
@@ -99,15 +99,5 @@ jobs:
99
echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
100
- name: Build
101
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"
112
- name: Test
113
run: make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"
0 commit comments