fix: VITE_API_URL hardcoding that breaks CI E2E (GRO-1280)

fix: resolve VITE_API_URL hardcoding that breaks CI E2E (GRO-1280)
This commit was merged in pull request #415.
This commit is contained in:
the-dogfather-cto[bot]
2026-05-14 20:11:31 +00:00
committed by GitHub
4 changed files with 15 additions and 5 deletions
+3 -1
View File
@@ -119,6 +119,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build all packages
env:
VITE_API_URL: ""
run: pnpm build
docker:
@@ -340,7 +342,7 @@ jobs:
name: Update Infra Image Tags
runs-on: ubuntu-latest
needs: [docker]
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push'
permissions:
contents: write
pull-requests: write