Skip to content

Commit 92375b9

Browse files
authored
Merge pull request #2433 from tf/percy-fix
Fix storybook workflow by dropping deprecated Percy action
2 parents 9494b84 + c3bb7b4 commit 92375b9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/storybook.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,8 @@ jobs:
125125
bundle exec rake pageflow_scrolled:storybook:seed:setup[package/.storybook]
126126
127127
- name: Snapshot
128-
uses: percy/storybook-action@v0.1.6
129-
with:
130-
working-directory: entry_types/scrolled/package
131-
custom-command: yarn run snapshot
128+
working-directory: entry_types/scrolled/package
129+
run: yarn run snapshot
132130

133131
- name: Publish
134132
working-directory: entry_types/scrolled/package

0 commit comments

Comments
 (0)