test: add registry consumer smoke coverage

This commit is contained in:
2026-03-20 10:54:12 +08:00
parent e8aea4b88a
commit 5c9eb84c63
7 changed files with 271 additions and 0 deletions
+3
View File
@@ -102,3 +102,6 @@ jobs:
- name: Validate registry metadata
run: pnpm registry:check
- name: Run registry consumer smoke test
run: pnpm test:registry:consumer
+3
View File
@@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run registry consumer smoke test
run: pnpm test:registry:consumer
- name: Open or update version PR
uses: changesets/action@v1
with: