Fix ci
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user