Skip to content

Commit

Permalink
chore: remove chromatic from main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Nov 5, 2024
1 parent ca441f7 commit e40fef0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ jobs:
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx run-many --target=build --all
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
workingDir: packages/legacy-stories
storybookBuildDir: storybook-static

0 comments on commit e40fef0

Please sign in to comment.