Skip to content

Commit

Permalink
feat(look&feel): move to client directory - chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-gomez-axa committed Jan 9, 2025
1 parent 454b124 commit 90dd868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_LOOKANDFEEL_REACT }}
zip: true
buildScriptName: "build:storybook"
workingDir: "look-and-feel/react"
workingDir: "client/look-and-feel/react"
onlyChanged: true
- uses: chromaui/action@latest
name: Run Chromatic for design-system-lookandfeel-css
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_LOOKANDFEEL_CSS }}
zip: true
buildScriptName: "build:storybook"
workingDir: "look-and-feel/css"
workingDir: "client/look-and-feel/css"
onlyChanged: true

0 comments on commit 90dd868

Please sign in to comment.