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
28 changes: 6 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
contents: read

jobs:
validate:
registry:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
Expand All @@ -39,24 +39,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Validate packages, Blocks, and registry
run: pnpm check

- name: Install Playwright Chromium
run: pnpm --filter blocks exec playwright install --with-deps chromium

- name: Run visual regression suite
run: pnpm --filter blocks test:visual

- name: Upload visual failure artifacts
if: failure()
uses: actions/upload-artifact@v7
with:
name: playwright-results
path: |
apps/blocks/playwright-report
apps/blocks/test-results
if-no-files-found: ignore
- name: Build shadcn registry
run: pnpm build:registry

pages:
runs-on: ubuntu-latest
Expand All @@ -79,8 +63,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build and verify Pages artifact
- name: Build Pages artifact
run: pnpm build:pages

# npm releases are intentionally manual. This workflow only validates package
# tags; it contains no registry token, trusted-publishing step, or publish job.
# npm releases are intentionally manual. Package tags build the registry and
# Pages artifact only; this workflow contains no publish credentials or job.
3 changes: 0 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Validate repository
run: pnpm check

- name: Build static Blocks site
run: pnpm build:pages

Expand Down
28 changes: 0 additions & 28 deletions apps/blocks/e2e/desktop.visual.spec.ts

This file was deleted.

Loading