mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Use make cli-local in CI test suite to remove redundant docker (#6531)
* Remove docker command from `make cli`. * Run `cli-local` on CI. * Update Makefile Co-authored-by: Mac L <mjladson@pm.me>
This commit is contained in:
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
@@ -420,7 +420,7 @@ jobs:
|
|||||||
channel: stable
|
channel: stable
|
||||||
cache-target: release
|
cache-target: release
|
||||||
- name: Run Makefile to trigger the bash script
|
- name: Run Makefile to trigger the bash script
|
||||||
run: make cli
|
run: make cli-local
|
||||||
# This job succeeds ONLY IF all others succeed. It is used by the merge queue to determine whether
|
# This job succeeds ONLY IF all others succeed. It is used by the merge queue to determine whether
|
||||||
# a PR is safe to merge. New jobs should be added here.
|
# a PR is safe to merge. New jobs should be added here.
|
||||||
test-suite-success:
|
test-suite-success:
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -183,7 +183,7 @@ test-exec-engine:
|
|||||||
# test vectors.
|
# test vectors.
|
||||||
test: test-release
|
test: test-release
|
||||||
|
|
||||||
# Updates the CLI help text pages in the Lighthouse book, building with Docker.
|
# Updates the CLI help text pages in the Lighthouse book, building with Docker (primarily for Windows users).
|
||||||
cli:
|
cli:
|
||||||
docker run --rm --user=root \
|
docker run --rm --user=root \
|
||||||
-v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner \
|
-v ${PWD}:/home/runner/actions-runner/lighthouse sigmaprime/github-runner \
|
||||||
|
|||||||
Reference in New Issue
Block a user