From ec2863f477ce8b83fb2bb4dd96d2005de191ac79 Mon Sep 17 00:00:00 2001 From: Eli Stone <2546188+elistone@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:31:28 +0000 Subject: [PATCH] chore(SLB-506): running some tests --- .github/workflows/test.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70ec5acfb..c3609d93d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: