Skip to content

Commit dc342ca

Browse files
authored
Merge of #6531
2 parents b88cb8c + 8f1dcaa commit dc342ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
channel: stable
421421
cache-target: release
422422
- name: Run Makefile to trigger the bash script
423-
run: make cli
423+
run: make cli-local
424424
# This job succeeds ONLY IF all others succeed. It is used by the merge queue to determine whether
425425
# a PR is safe to merge. New jobs should be added here.
426426
test-suite-success:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test-exec-engine:
183183
# test vectors.
184184
test: test-release
185185

186-
# Updates the CLI help text pages in the Lighthouse book, building with Docker.
186+
# Updates the CLI help text pages in the Lighthouse book, building with Docker (primarily for Windows users).
187187
cli:
188188
docker run --rm --user=root \
189189
-v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner \

0 commit comments

Comments
 (0)