Skip to content

Commit

Permalink
ci: remove storybook build step
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Sep 17, 2024
1 parent 2203aba commit 7376705
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
- name: Build Storybook
run: npm run build-storybook
env:
SB: 1
API_URL: ${{ secrets.API_URL }}
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
MSW_ENABLED: ${{ secrets.MSW_ENABLED }}
npm_package_version: ${{ steps.package-version.outputs.current-version}}
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
SITE_URL: ${{ secrets.SITE_URL }}
- name: Run Chromatic
uses: chromaui/action@latest
with:
Expand All @@ -44,7 +34,6 @@ jobs:
debug: true
exitZeroOnChanges: true
exitOnceUploaded: true
storybookBuildDir: 'storybook-static'
autoAcceptChanges: 'main'
onlyChanged: true
externals: 'app/styles/tailwind.css'

0 comments on commit 7376705

Please sign in to comment.