Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test
on:
pull_request:
push:
branches:
- '**'
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
path: tests/e2e/playwright-report/
retention-days: 3

# Temporarily disabled due to Chromatic account update.
# Uncomment once you have a project up and running.
# - name: Check for Chromatic project token
# id: chromatic-check
# shell: bash
Expand All @@ -127,7 +128,7 @@ jobs:
# static/stories/webforms/**
# if:
# ${{ steps.chromatic-check.outputs.available == 'true' &&
# github.ref != 'refs/heads/dev' }}
# (github.ref == 'refs/heads/release' || github.base_ref == 'release') }}

- name: Deploy storybook to netlify
run:
Expand Down
Loading