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:
Jimmy Chen
2024-10-23 09:51:42 +11:00
committed by GitHub
parent b88cb8ced3
commit ad229a63c0
2 changed files with 2 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ jobs:
channel: stable
cache-target: release
- 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
# a PR is safe to merge. New jobs should be added here.
test-suite-success: