From 3d29481fbda9f8c4bb814b942b803256a338185b Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Fri, 15 Dec 2023 16:09:49 +0100 Subject: [PATCH] Disable chromatic CI --- .github/workflows/ci-chromatic.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-chromatic.yaml b/.github/workflows/ci-chromatic.yaml index 7f09c59af..9afb99a0e 100644 --- a/.github/workflows/ci-chromatic.yaml +++ b/.github/workflows/ci-chromatic.yaml @@ -26,16 +26,16 @@ jobs: node-version: "18" - name: Front / Write .env run: | - cd front + cd packages/twenty-front touch .env echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env - name: Front / Install Dependencies - run: cd front && yarn - - name: Publish to Chromatic - uses: chromaui/action@v1 - with: - workingDir: ./front - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - onlyChanged: true - buildScriptName: storybook:build + run: yarn + # - name: Publish to Chromatic + # uses: chromaui/action@v1 + # with: + # workingDir: ./packages/twenty-front + # projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + # onlyChanged: true + # buildScriptName: storybook:build \ No newline at end of file