From c644bf657d261b4bc4dff18f3b3807d59aa85bdf Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Fri, 24 Jul 2026 14:33:25 +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\nsh=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81set=20-eu=E4=B8=AD=E7=9A=84pipefail=E5=8F=8Abash?= =?UTF-8?q?=E7=89=B9=E6=80=A7=EF=BC=8C=E5=AF=BC=E8=87=B4staging=20job?= =?UTF-8?q?=E7=A7=92=E6=8C=82=E3=80=82\n=E4=B8=A4=E5=A4=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9A\n-=20Staging=20E2E=20Tests:=20Run=20Playwrig?= =?UTF-8?q?ht=20E2E=20on=20staging\n-=20Staging=20API=20Integration=20Test?= =?UTF-8?q?s:=20Run=20API=20integration=20tests=20on=20staging?= 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 fe59536fc..329be86cd 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -1094,7 +1094,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容器路径不一致) @@ -1159,7 +1159,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