Commit Graph
7 Commits
Author SHA1 Message Date
Pascal 961564384b fix(ci): Use different token variable
Tests / unit (push) Canceled after 0s
Tests / integration (push) Canceled after 0s
Docker Image CI / test (push) Successful in 58s
Docker Image CI / deploy (push) Failing after 9s
2026-08-23 04:18:21 +02:00
Pascal cc444fc444 fix(ci): Use variable for docker registry
Docker Image CI / test (push) Successful in 1m4s
Tests / unit (push) Successful in 1m0s
Tests / integration (push) Successful in 1m35s
Docker Image CI / deploy (push) Failing after 4s
2026-08-23 04:05:20 +02:00
Pascal 01d1e5fb60 test(integration): add real-stack integration test suite with PGlite
Docker Image CI / test (push) Successful in 1m47s
Tests / unit (push) Successful in 57s
Tests / integration (push) Successful in 1m38s
Docker Image CI / deploy (push) Failing after 8s
- PGlite (in-memory WASM Postgres) hosted in a child process, exposed
  via TCP socket; real migrations applied with prisma migrate deploy
- Vitest harness (vitest.integration.config.ts, global-setup spawns
  PGlite + built Nuxt server, per-test TRUNCATE, factories, cookie-jar
  API client); no mocks, zero production code changes
- 50 tests across auth, hunt, team, submit, review, showcase, diashow
  incl. SuperJSON envelope check; *.itest.ts keeps bun test untouched
- CI: parallel unit + integration jobs in .github/workflows/test.yml
- tests/ covered by nuxt typecheck via tests/tsconfig.json reference
2026-08-13 23:10:07 +02:00
Pascal 5d1a029a54 Add typecheck 2025-08-21 00:17:01 +02:00
Pascal 16956d12f4 Add eslint 2025-08-20 23:40:00 +02:00
Pascal cc544322b2 Switch to translatable data 2025-08-20 23:18:40 +02:00
Pascal b6723c1836 Add CD 2025-08-03 19:16:33 +02:00