We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92d5fe commit 7fcb13dCopy full SHA for 7fcb13d
1 file changed
.github/workflows/test-visual.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build storybook
57
run: pnpm build:storybook
58
- name: Chromatic (visual + interaction)
59
- uses: chromaui/action@84e0c70520cf012d7cbcd0d9677b4240f893e25e # latest
+ uses: chromaui/action@e3eb8ec36101d8f0253c7c3ae66e5a2b4e2197ba # latest
60
with:
61
workingDir: apps/storybook
62
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
82
83
84
- name: Chromatic (auto-accept on main)
85
86
87
88
0 commit comments