Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions .github/workflows/test-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,12 @@ jobs:

- name: Install Dependencies
working-directory: ./app/client/packages/storybook
run: yarn install --immutable
run: |
yarn install --immutable
npx playwright install --with-deps

- name: Storybook Tests
id: Test Storybook
uses: actions/setup-node@v4
with:
node-version-file: app/client/package.json

- name: Install Playwright
run: npx playwright install --with-deps

- name: Serve Storybook and run tests
with:
workingDir: ./app/client/packages/storybook
buildScriptName: "test-storybook:ci"
working-directory: ./app/client/packages/storybook
run: |
yarn build-storybook
yarn test-storybook:ci