Skip to content

Commit

Permalink
remove need for lazy install
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 15, 2019
1 parent dc67a93 commit afb1508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self-run-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn add @storybook/react
- uses: ./
with:
appCode: ${{ secrets.CHROMATIC_APP_CODE }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: storybook-static
env:
CHROMATIC_STORYBOOK_VERSION: [email protected]

0 comments on commit afb1508

Please sign in to comment.