Skip to content

Commit

Permalink
Merge branch 'feat/support-msw-2.0' into feat/msw-2.0-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Apr 15, 2024
2 parents d085032 + 133be34 commit 77d28d9
Show file tree
Hide file tree
Showing 19 changed files with 149,105 additions and 1,965 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chromatic.yml
Expand Up @@ -5,20 +5,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: yarn install --immutable

- name: Build addon
run: yarn workspace msw-storybook-addon build

- name: Publish to Chromatic
uses: chromaui/action@latest
with:
workingDir: ./packages/docs
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true

0 comments on commit 77d28d9

Please sign in to comment.