Skip to content

Commit

Permalink
chore(SLB-506): running some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elistone committed Dec 5, 2024
1 parent aac43b4 commit ec2863f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ jobs:
${{steps.chromatic-check.outputs.available == 'true' && (success() ||
failure()) }}

- name: Publish Storybook to Chromatic
id: chromatic-storybook
uses: chromaui/action@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: packages/ui/storybook-static
storybookBaseDir: packages/ui
onlyChanged: true
exitOnceUploaded: true
externals: |
static/stories/webforms/**
if:
${{ steps.chromatic-check.outputs.available == 'true' &&
github.ref != 'refs/heads/dev' }}
# - name: Publish Storybook to Chromatic
# id: chromatic-storybook
# uses: chromaui/action@latest
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# storybookBuildDir: packages/ui/storybook-static
# storybookBaseDir: packages/ui
# onlyChanged: true
# exitOnceUploaded: true
# externals: |
# static/stories/webforms/**
# if:
# ${{ steps.chromatic-check.outputs.available == 'true' &&
# github.ref != 'refs/heads/dev' }}

- name: Deploy storybook to netlify
run:
Expand Down

0 comments on commit ec2863f

Please sign in to comment.