Skip to content

Commit

Permalink
aded listing content step
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed May 29, 2024
1 parent 6987a65 commit 69ed5c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: List directory contents
run: ls -la

- name: List contents of packages directory
run: |
cd packages
ls -la
- name: Run Chromatic
uses: chromaui/action@latest
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: List directory contents
run: ls -la

- name: List contents of packages directory
run: |
cd packages
ls -la
- name: Build Storybook
run: pnpm build-storybook --quiet
working-directory: packages/vue3
Expand Down

0 comments on commit 69ed5c2

Please sign in to comment.