Skip to content

Final round of styling edits #1009

Final round of styling edits

Final round of styling edits #1009

name: Chromatic (staging)
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: install
run: yarn install --frozen-lockfile
- uses: chromaui/action-canary@v1
with:
exitOnceUploaded: true
onlyChanged: true
traceChanged: true
diagnostics: true
env:
CHROMATIC_PROJECT_TOKEN: 253df72b53d2
CHROMATIC_INDEX_URL: https://index.staging-chromatic.com
LOG_LEVEL: debug
- uses: actions/upload-artifact@v2
if: always()
with:
name: chromatic-build-artifacts-${{ github.run_id }}
path: |
chromatic-diagnostics.json
**/build-storybook.log