Disable chromatic CI
This commit is contained in:
18
.github/workflows/ci-chromatic.yaml
vendored
18
.github/workflows/ci-chromatic.yaml
vendored
@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user