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: