Skip to content

Commit

Permalink
chore: fix chromatic workflow file (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored Apr 19, 2022
1 parent b479df0 commit 1f6f3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
node-version: ${{ env.NODE_VERSION }}
- name: Load cached node_modules
uses: actions/cache@v3
run: yarn
with:
path: node_modules
key: node_modules-${{ hashFiles('yarn.lock') }}
- run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit 1f6f3d9

Please sign in to comment.