Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent dab3a69 commit 16793c2
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 @@ -13,8 +13,6 @@ jobs:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: test
run: ls -la
- name: "Check out repository code"
uses: actions/checkout@v4
with:
Expand All @@ -24,6 +22,8 @@ jobs:
node-version: 20
- name: Move to ui project
run: cd ./frontend/packages/ui
- name: test
run: ls -la
- name: Install dependencies
run: npm install
- name: Run Chromatic
Expand Down

0 comments on commit 16793c2

Please sign in to comment.