Skip to content

Commit

Permalink
Merge pull request #13 from design-sparx/ft/v1-v2
Browse files Browse the repository at this point in the history
bug fix on chromatic yaml file
  • Loading branch information
kelvink96 authored Dec 2, 2023
2 parents d34a26a + 5c9238a commit 88b92ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-seas-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'analytics-dashboard': patch
---

bug fix on chromatic yaml file
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn set-version berry && yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down

0 comments on commit 88b92ee

Please sign in to comment.