update the frontend ci to generate the api files before running the tests

This commit is contained in:
Swifty
2025-10-07 14:13:33 +02:00
parent 97e77339fd
commit 30b2d6b50d

View File

@@ -217,6 +217,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Generate API client
run: pnpm generate:api
- name: Install Browser 'chromium'
run: pnpm playwright install --with-deps chromium