diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 294e41e..21ae612 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: - name: Pull latest run: git pull --ff-only origin main || true - - name: Install workspace dependencies run: HUSKY=0 pnpm install --frozen-lockfile @@ -49,7 +48,6 @@ jobs: - name: Pull latest run: git pull --ff-only origin main || true - - name: Install workspace dependencies run: HUSKY=0 pnpm install --frozen-lockfile @@ -75,12 +73,12 @@ jobs: - name: Pull latest run: git pull --ff-only origin main || true - - name: Install workspace dependencies run: HUSKY=0 pnpm install --frozen-lockfile - name: Mobile typecheck run: pnpm --filter @notelett/mobile run typecheck + e2e: name: E2E — Playwright runs-on: ubuntu-latest