Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
31 changes: 0 additions & 31 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,37 +1060,6 @@ jobs:
path: ./site/test-results/**/debug-pprof-*.txt
retention-days: 7

storybook:
name: Storybook

runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-24.04-16' || 'ubuntu-latest' }}

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
name: Checkout
with:
persist-credentials: false

- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
name: Install dependencies
with:
run_install: true
cache: true

- run: pnpm storybook:build
working-directory: site/
name: Build Storybook

- run: pnpm playwright:install
working-directory: site/
name: Install Chromium

- run: pnpm pixel-storybook
working-directory: site/
name: Snapshot
env:
PIXEL_KEY: ${{ secrets.PIXEL_KEY }}

offlinedocs:
name: offlinedocs
needs: changes
Expand Down
Loading