Skip to content

Commit

Permalink
fix wd 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent 4b46e57 commit dab3a69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend/packages/ui
steps:
- name: test
run: ls -la
Expand All @@ -25,6 +22,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Move to ui project
run: cd ./frontend/packages/ui
- name: Install dependencies
run: npm install
- name: Run Chromatic
Expand Down

0 comments on commit dab3a69

Please sign in to comment.