From b12e64ccc80a50d33a6bfe3a76702c01f2fad1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 13 May 2025 11:02:58 +0000 Subject: [PATCH] update .gitea/workflows/devstar-studio-dev-ci.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孟宁 --- .gitea/workflows/devstar-studio-dev-ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/devstar-studio-dev-ci.yaml b/.gitea/workflows/devstar-studio-dev-ci.yaml index f19188c850..03acf4ed95 100644 --- a/.gitea/workflows/devstar-studio-dev-ci.yaml +++ b/.gitea/workflows/devstar-studio-dev-ci.yaml @@ -41,7 +41,6 @@ jobs: - name: 🔧 Test Codes and Build an Artifact run: | echo "Prepare to build repository code ${{ gitea.repository }}:${{ gitea.ref }}." - make test make docker - name: 🚀 Push Artifact to devstar.cn and docker.io Registry run: |