fix(ci): align E2E env to TEST_URL for check-forms.ts
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m53s
Build & Deploy / 🏗️ Build (push) Successful in 16m17s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 3m15s
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-03-02 12:29:35 +01:00
parent 60ca4ad656
commit 6b51d63c8b

View File

@@ -450,7 +450,7 @@ jobs:
run: pnpm --filter @mintel/web check:og run: pnpm --filter @mintel/web check:og
- name: 📝 E2E Smoke Test - name: 📝 E2E Smoke Test
env: env:
NEXT_PUBLIC_BASE_URL: ${{ needs.prepare.outputs.next_public_url }} TEST_URL: ${{ needs.prepare.outputs.next_public_url }}
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }} GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "false" PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "false"
run: | run: |