Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent 16793c2 commit eb07458
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:

jobs:
chromatic:
defaults:
run:
working-directory: ./docs
name: Run Chromatic
runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +29,10 @@ jobs:
run: ls -la
- name: Install dependencies
run: npm install
with:

Check failure on line 32 in .github/workflows/chromatic.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

32:14 [trailing-spaces] trailing spaces
workingDir: ./frontend/packages/ui
- name: Run Chromatic
uses: chromaui/action@latest
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./frontend/packages/ui

0 comments on commit eb07458

Please sign in to comment.