From 104ae6ca6890d7ba4a174e8be2913c7f9983be1d Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Thu, 16 Apr 2026 05:28:10 -0700 Subject: [PATCH] =?UTF-8?q?fix(ci):=20remove=20molecli=20build=20step=20?= =?UTF-8?q?=E2=80=94=20CLI=20moved=20to=20standalone=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2266405..9438bf0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: go-version: 'stable' - run: go mod download - run: go build ./cmd/server - - run: go build -o molecli ./cmd/cli + # CLI (molecli) moved to standalone repo: github.com/Molecule-AI/molecule-cli - run: go vet ./... - name: Run golangci-lint uses: golangci/golangci-lint-action@v4