Skip to content

Commit

Permalink
ci: fix indent in storybook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jul 30, 2023
1 parent a608ec9 commit 1e360de
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ on:
- 'packages/ripple-ui-core/**'
- 'packages/ripple-ui-forms/**'
- 'pnpm-lock.yaml'
jobs:
Storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.2
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Storybook
run: pnpm build:storybook
- name: Run Storybook tests
run: pnpm test:storybook-ci
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
workingDir: packages/ripple-storybook
storybookBuildDir: 'storybook-static'
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
skip: 'gh-readonly-queue/**'
exitOnceUploaded: true
jobs:
Storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.2
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Storybook
run: pnpm build:storybook
- name: Run Storybook tests
run: pnpm test:storybook-ci
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
workingDir: packages/ripple-storybook
storybookBuildDir: 'storybook-static'
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
skip: 'gh-readonly-queue/**'
exitOnceUploaded: true

0 comments on commit 1e360de

Please sign in to comment.