chore(server): type checks for e2e (#7800)

type checks for e2e
This commit is contained in:
Daniel Dietzler
2024-03-10 00:18:25 +01:00
committed by GitHub
parent 11e7533a4d
commit 60c521101a
4 changed files with 8 additions and 3 deletions

View File

@@ -196,6 +196,10 @@ jobs:
run: npm run format
if: ${{ !cancelled() }}
- name: Run tsc
run: npm run check
if: ${{ !cancelled() }}
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
if: ${{ !cancelled() }}