Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent ef499f2 commit df791e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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: ./docs
working-directory: ./frontend
name: Run Chromatic
runs-on: ubuntu-latest
steps:
Expand All @@ -23,9 +23,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: test1
run: ls -la
- name: Move to ui project
run: cd ./frontend/packages/ui
- name: test
run: cd ./packages/ui
- name: test2
run: ls -la
- name: Install dependencies
run: cd ./frontend/packages/ui && npm install
Expand Down

0 comments on commit df791e8

Please sign in to comment.