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容器路径不一致)