Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions .github/workflows/deploy-docs-agent.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
- name: Run unit tests
run: pnpm test

- name: Run integration tests (build + dev-spa + dev-ssr + cli)
run: pnpm vitest run --config vitest.integration.config.ts --reporter=verbose "build|dev-spa|dev-ssr|cli"

- name: Run integration tests (dev-smoke)
run: pnpm vitest run --config vitest.integration.config.ts --reporter=verbose "dev-smoke"
timeout-minutes: 15

- name: Verify package contents
run: pnpm verify:pack

Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm lint-staged
pnpm test && pnpm test:integration
Loading