web: smoke-test the built standalone app against a mock graphql cms

This commit is contained in:
2026-08-31 03:26:54 +02:00
parent 6d0932e44c
commit 389b95ed85
8 changed files with 870 additions and 1 deletions
+2
View File
@@ -26,4 +26,6 @@ jobs:
cache-dependency-path: web/package-lock.json
- run: npm ci
- run: npx tsc --noEmit
- run: npm run lint
- run: npm test
- run: npm run test:smoke