From f203913b6b77e72e27a6b67f22a1ffdc7901c9f6 Mon Sep 17 00:00:00 2001 From: hui <1753858361@qq.com> Date: Mon, 23 Jun 2025 11:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(=E6=9B=B4=E6=96=B0ci=E6=96=87?= =?UTF-8?q?=E4=BB=B6):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1381c22..1ea5e21 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,30 +1,23 @@ name: Run Unit Tests on: - push: - branches: - - main - - develop pull_request: branches: - main - paths-ignore: - - '.gitea/**' - jobs: test: runs-on: phpunit_test - container: docker.xuanyuan.me/xeden3/ai-code-reviewer-gitea-runner:v1.2 + container: docker.xuanyuan.me/hui369/sctmes-v5-runner:v1.6 steps: - - name: Checkout code2 + - name: Checkout code uses: http://119.91.43.128:3003/james/checkout@v4 - with: - fetch-depth: 2 # 至少获取最近两次提交 - name: Run code review script env: - GIT_PROJECT_PATH: /workspace/hui/SCTMES_V5 # Gitea 的工作目录 + GIT_PROJECT_PATH: /workspace/MES/SCTMES_V5 # Gitea 的工作目录 + ALLOWED_PATHS: '["EdgeManager/**", "mes_in_sct/**", "mes_in_task/**", "webman/**"]' # 允许检测目录 + IGNORED_PATHS: '["EdgeManager/vendor/**", "mes_in_sct/vendor/**", "mes_in_task/vendor/**", "webman/public/**", "webman/runtime/**", "webman/vendor/**"]' # 忽略检测目录 run: | cd /workspace ./audit_code.sh \ No newline at end of file