fix(ci): use bash for app health check to resolve shell compatibility
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🧪 QA (push) Successful in 2m52s
Build & Deploy / 🏗️ Build (push) Successful in 15m47s
Build & Deploy / 🚀 Deploy (push) Successful in 23s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 50s
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-02 14:06:17 +01:00
parent f55c27c43d
commit 3dff891023

View File

@@ -426,6 +426,7 @@ jobs:
run: |
pnpm install --no-frozen-lockfile
- name: 🏥 App Health Check
shell: bash
env:
DEPLOY_URL: ${{ needs.prepare.outputs.next_public_url }}
run: |