From e40f60974bcc11905168c06dfd2b9094ca53ad85 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 24 Jul 2026 15:15:07 +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\n\ncherry-pick=20from=20devel?= =?UTF-8?q?op=20(PR=20#828),=20=E4=BF=AE=E5=A4=8Dstaging=20job=E7=A7=92?= =?UTF-8?q?=E6=8C=82=E9=97=AE=E9=A2=98?= 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容器路径不一致) -- 2.54.0