Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucanis committed Apr 26, 2024
1 parent b6814f3 commit 73528cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- run: yarn
cache: npm
cache-dependency-path: ./package.json
- run: npm install
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down

0 comments on commit 73528cc

Please sign in to comment.