Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 15, 2024
1 parent 9f6850f commit 016c24d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-chromatic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ jobs:
done
echo "Finished waiting for service."
- name: Run Chromatic
uses: chromaui/action@latest
working-directory: ./web
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Run Chromatic
uses: chromaui/action@latest
working-directory: ./web
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

# - name: Install dependencies
# run: npm ci
Expand Down

0 comments on commit 016c24d

Please sign in to comment.