From c72b95e79d9a316c559c5516da9f921af9b19a53 Mon Sep 17 00:00:00 2001 From: AI Bot Date: Mon, 27 Jul 2026 11:28:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20daily-check=204=E4=B8=AAstep=20shell?= =?UTF-8?q?=E4=BB=8Esh=E6=94=B9=E4=B8=BAbash=EF=BC=8C=E4=BF=AE=E5=A4=8DPIP?= =?UTF-8?q?ESTATUS=20Bad=20substitution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/daily-check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/daily-check.yml b/.gitea/workflows/daily-check.yml index d6f9f3d28..3042fa418 100644 --- a/.gitea/workflows/daily-check.yml +++ b/.gitea/workflows/daily-check.yml @@ -29,7 +29,7 @@ jobs: | bash - name: Production health check & smoke test id: smoke - shell: sh + shell: bash env: SMOKE_ENV: production EXISTING_TOKEN: ${{ secrets.PROD_E2E_TOKEN }} @@ -100,7 +100,7 @@ jobs: | bash - name: Run API smoke test on staging id: smoke - shell: sh + shell: bash env: STAGING_TEST_USER: ${{ secrets.STAGING_TEST_USER }} STAGING_TEST_PASSWORD: ${{ secrets.STAGING_TEST_PASSWORD }} @@ -143,7 +143,7 @@ jobs: - name: Run Staging API Integration Tests (Playwright) id: e2e_api - shell: sh + shell: bash run: | set +e START_TIME=$(date +%s) @@ -214,7 +214,7 @@ jobs: | bash - name: Run Playwright E2E on staging id: e2e - shell: sh + shell: bash run: | set +e START_TIME=$(date +%s) -- 2.54.0