Skip to content

Commit

Permalink
name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed May 29, 2024
1 parent e15a8c3 commit bf7f281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:

- name: Build Storybook
run: pnpm build-storybook --quiet
working-directory: packages/ui-vue3
working-directory: packages/vue3

- name: Install wait-on
run: pnpm add -D wait-on
working-directory: packages/ui-vue3
working-directory: packages/vue3

- name: Serve Storybook and run tests
run: pnpm test-storybook:ci
working-directory: packages/ui-vue3
working-directory: packages/vue3

0 comments on commit bf7f281

Please sign in to comment.