Browse Source

Changes to reflect update to actions/checkout@3

pull/2047/head
Gabe Kangas 3 years ago
parent
commit
9749cc96c3
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 6
      .github/workflows/chromatic.yml

6
.github/workflows/chromatic.yml

@ -19,8 +19,10 @@ jobs: @@ -19,8 +19,10 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install --include=dev --force
- name: Check out code
with:
fetch-depth: 0
- run: npm install --include=dev --force
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1

Loading…
Cancel
Save