Skip to content

Fix MySQL container issue in Playwright E2E tests #5647

Fix MySQL container issue in Playwright E2E tests

Fix MySQL container issue in Playwright E2E tests #5647

Workflow file for this run

name: Typecheck
on:
pull_request: ~
push:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- name: Typecheck
run: pnpm typecheck