diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6dbc70d..7e50f5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,8 +34,11 @@ jobs: - name: Install dependencies run: pnpm i --frozen-lockfile + - name: Run build + run: pnpm build + - name: Run tests - run: pnpm exec playwright test + run: pnpm test test-container: runs-on: ubuntu-latest