velxio/.github/workflows
davidmonterocrespo24 e8557bd25f ci: fix Frontend Tests — use build:docker instead of build
The Vite production build step was running `npm run build` which
includes `tsc -b` in its chain. The repo has ~100 pre-existing strict
TS errors (TS6133 unused vars, TS1294 erasableSyntaxOnly, JSX
intrinsic-element types for custom elements) gated by the separate
`tsc` step above with continue-on-error.

`build:docker` is the script the Dockerfile actually uses to ship
prod — it runs generate:component-svgs + generate:sitemap +
vite build + prerender-seo. It skips `tsc -b` for the same reason
the workflow's `tsc` step is continue-on-error.

Verified locally: 285 SEO pages prerendered, vite build green.
2026-05-15 23:42:52 +02:00
..
actions-cache-cleanup.yml ci: cap Actions storage growth — buildx mode=min + auto-cleanup workflow 2026-05-09 23:27:02 +02:00
backend-e2e-tests.yml feat(build): fetch QEMU binaries from velxio.dev license endpoint 2026-05-14 05:55:38 +02:00
backend-unit-tests.yml
build-espidf-toolchain.yml
discord-issues.yml
discord-release-notify.yml
docker-publish.yml fix(ci): pass VELXIO_LICENSE_KEY to publish workflow 2026-05-14 06:26:29 +02:00
frontend-tests.yml ci: fix Frontend Tests — use build:docker instead of build 2026-05-15 23:42:52 +02:00
library-compile.yml ci: Phase 1d-tests I + K + L — workflow hardening + nightly library-compile 2026-05-15 23:19:11 +02:00
test-circuit.yml feat: expand SPICE component catalog (fases 9 + 10) 2026-04-15 22:41:26 -03:00