Files
flights_web/.gitea/workflows
gnezim 9788f4f7b5 ci: scope build-args to docker_build step + downgrade upload-artifact
Job-level MAP_TILE_URL=/api/... and API_BASE_URL=/api leaked into the
unit-test step; src/env/index.ts validates these as URLs via Zod and
rejected the relative path, breaking 57 of 2057 tests. Move the env
exports to the docker_build step where they're actually consumed.

Gitea Actions doesn't support actions/upload-artifact@v4 (GHES-only).
Downgrade to v3 in ci-deploy.yml and release-verify.yml.
2026-04-27 13:55:52 +03:00
..