From 8322e2b6e2ee0138472d6bf7262e8d919cd6fb22 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 24 Jul 2026 15:27:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20staging=20E2E/API=20tests=20shell?= =?UTF-8?q?=E7=94=B1sh=E6=94=B9=E4=B8=BAbash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index 1556e3e48..f9c7e8ebd 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -1078,7 +1078,7 @@ jobs: shell: sh run: bash scripts/ci/step_timer_start.sh - name: Run Playwright E2E on staging - shell: sh + shell: bash run: | set -eu # DooD模式下不能用-v挂载(宿主机路径与CI容器路径不一致) @@ -1142,7 +1142,7 @@ jobs: shell: sh run: bash scripts/ci/step_timer_start.sh - name: Run API integration tests on staging - shell: sh + shell: bash run: | set -eu # DooD模式下不能用-v挂载(宿主机路径与CI容器路径不一致)