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)