This commit is contained in:
Matt Kane
2026-04-01 12:39:06 +01:00
parent b09bfd51ce
commit 478570ff34

View File

@@ -29,7 +29,7 @@ jobs:
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm build - run: pnpm build
- run: pnpm typecheck - 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 - run: pnpm typecheck:templates
lint: lint:
@@ -138,7 +138,7 @@ jobs:
cache: pnpm cache: pnpm
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm build - 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 timeout-minutes: 5
env: env:
DATABASE_URL: postgres://postgres:test@localhost:5432/emdash_smoke DATABASE_URL: postgres://postgres:test@localhost:5432/emdash_smoke