Disable chromatic CI

This commit is contained in:
Charles Bochet
2023-12-15 16:09:49 +01:00
parent 3659f12fba
commit 3d29481fbd

View File

@ -26,16 +26,16 @@ jobs:
node-version: "18" node-version: "18"
- name: Front / Write .env - name: Front / Write .env
run: | run: |
cd front cd packages/twenty-front
touch .env touch .env
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
- name: Front / Install Dependencies - name: Front / Install Dependencies
run: cd front && yarn run: yarn
- name: Publish to Chromatic # - name: Publish to Chromatic
uses: chromaui/action@v1 # uses: chromaui/action@v1
with: # with:
workingDir: ./front # workingDir: ./packages/twenty-front
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} # projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # onlyChanged: true
buildScriptName: storybook:build # buildScriptName: storybook:build