test: add registry consumer smoke coverage
This commit is contained in:
@@ -102,3 +102,6 @@ jobs:
|
||||
|
||||
- name: Validate registry metadata
|
||||
run: pnpm registry:check
|
||||
|
||||
- name: Run registry consumer smoke test
|
||||
run: pnpm test:registry:consumer
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user