From 6fb158190df776d2a08a0ee9a0853a120a5007e3 Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 23 Feb 2024 16:27:31 +0000 Subject: [PATCH] cicd: make grpc is not working --- .github/workflows/codeql-analysis.yml | 3 --- .github/workflows/codestyle.yml | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 21ce2b0..26043d9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,9 +44,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: deps - run: make grpc - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index b6175fe..d503f7c 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -25,10 +25,10 @@ jobs: cache: true - name: deps - run: make grpc + run: make -w grpc - name: daemon - run: make daemon-codestyle + run: make -w daemon-codestyle - name: webui - run: make webui-codestyle + run: make -w webui-codestyle