Skip to content

Commit

Permalink
test(storybook): fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
gmldus committed Nov 15, 2023
1 parent 7c9e9a6 commit 4d6faf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
working-directory: packages/vlossom
- name: Install Playwright
run: npx playwright install --with-deps
working-directory: packages/vlossom
- name: Build Storybook
run: yarn build-storybook --quiet
working-directory: packages/vlossom
- name: Serve Storybook and run tests
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:6006 && yarn test-storybook"
working-directory: packages/vlossom

0 comments on commit 4d6faf6

Please sign in to comment.