File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ jobs:
420
420
channel : stable
421
421
cache-target : release
422
422
- name : Run Makefile to trigger the bash script
423
- run : make cli
423
+ run : make cli-local
424
424
# This job succeeds ONLY IF all others succeed. It is used by the merge queue to determine whether
425
425
# a PR is safe to merge. New jobs should be added here.
426
426
test-suite-success :
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ test-exec-engine:
183
183
# test vectors.
184
184
test : test-release
185
185
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) .
187
187
cli :
188
188
docker run --rm --user=root \
189
189
-v ${PWD} :/home/runner/actions-runner/lighthouse sigmaprime/github-runner \
You can’t perform that action at this time.
0 commit comments