Skip to content

Commit

Permalink
dev(storybook): configure .env for Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Sep 27, 2023
1 parent 5cf50d1 commit 192c175
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
- name: "Install dependencies"
run: pnpm install

- name: "Configure .env"
working-directory: packages/nextjs
run: cp .env.sample .env

- name: "Storybook: Install Extra Dependencies"
working-directory: packages/nextjs
run: pnpm exec playwright install
Expand Down

0 comments on commit 192c175

Please sign in to comment.