From 478570ff344043bbfb6302f0cea8559494bf05ad Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Wed, 1 Apr 2026 12:39:06 +0100 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d309c..d832aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm build - run: pnpm typecheck - - run: pnpm run --filteremdash-demo --filter @emdash-cms/demo-cloudflare typecheck + - run: pnpm run --filter emdash-demo --filter @emdash-cms/demo-cloudflare typecheck - run: pnpm typecheck:templates lint: @@ -138,7 +138,7 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm build - - run: pnpm --filteremdash exec vitest run --config vitest.smoke.config.ts + - run: pnpm --filter emdash exec vitest run --config vitest.smoke.config.ts timeout-minutes: 5 env: DATABASE_URL: postgres://postgres:test@localhost:5432/emdash_smoke