Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent df791e8 commit 5e51979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
chromatic:
defaults:
run:
working-directory: ./frontend
working-directory: ./frontend/packages/ui
name: Run Chromatic
runs-on: ubuntu-latest
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: test2
run: ls -la
- name: Install dependencies
run: cd ./frontend/packages/ui && npm install
run: npm install
- name: Run Chromatic
uses: chromaui/action@latest
env:
Expand Down

0 comments on commit 5e51979

Please sign in to comment.