Skip to content

Commit 7962f74

Browse files
authored
Fix Storybook test failure on main after Chromatic deployment (#2399)
Signed-off-by: hemahg <hhg@redhat.com>
1 parent 15e7a01 commit 7962f74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/storybook.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
34-
storybookBuildDir: "storybook-static"
35-
workingDir: "./ui"
36-
exitOnceUploaded: true
34+
storybookBuildDir: 'storybook-static'
35+
workingDir: './ui'
3736

3837
- name: Test Storybook
3938
working-directory: ./ui

0 commit comments

Comments
 (0)