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 feat: Enhance CI workflows for backend unit and e2e tests; add environment setup and skip timing-sensitive tests in CI 2026-04-10 23:47:25 -03:00
build-espidf-toolchain.yml feat: update workflows for ESP-IDF toolchain and Docker image publishing 2026-04-04 23:28:06 -03:00
discord-issues.yml Refactor Discord issue notification workflow 2026-03-13 17:23:50 -03:00
discord-release-notify.yml fix: update version to 2.0.1, enhance Discord release notification workflow, and mark subproject commits as dirty 2026-04-07 14:12:10 -03:00
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