Type-check Playwright E2E tests in CI

This commit is contained in:
Vsevolod Kukol
2026-09-12 00:43:57 +02:00
parent b16229d1f8
commit f33187efe1
6 changed files with 31 additions and 10 deletions
+1
View File
@@ -40,6 +40,7 @@ jobs:
- run: npm ci
- run: npm run compile
- run: npm run compile:strict
- run: npm run compile:e2e
format:
runs-on: ubuntu-latest
name: "Check Format"