From 31a289f8987e0c9d791a4b8901b8753ffbb30b10 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Mon, 4 Dec 2023 13:40:00 +0800 Subject: [PATCH] feat: add helm charts test cicd Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 707369379..57c4241e2 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -127,7 +127,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Run OpenIM make install start run: | - sudo make init && \ + sudo make init sudo make install execute-scripts: