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