Skip to content

Commit 27dbf10

Browse files
committed
disable chromatic
Signed-off-by: Efren Lim <[email protected]>
1 parent 38a875c commit 27dbf10

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/chromatic.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: "Chromatic"
1+
# name: "Chromatic"
22

3-
on: push
3+
# on: push
44

5-
jobs:
6-
chromatic:
7-
name: Run Chromatic
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout code
11-
uses: actions/checkout@v4
12-
with:
13-
fetch-depth: 0
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 20
17-
- name: Install dependencies
18-
# ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
19-
run: yarn install
20-
- name: Run Chromatic
21-
uses: chromaui/action@latest
22-
with:
23-
# ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
24-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
5+
# jobs:
6+
# chromatic:
7+
# name: Run Chromatic
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - name: Checkout code
11+
# uses: actions/checkout@v4
12+
# with:
13+
# fetch-depth: 0
14+
# - uses: actions/setup-node@v4
15+
# with:
16+
# node-version: 20
17+
# - name: Install dependencies
18+
# # ⚠️ See your package manager's documentation for the correct command to install dependencies in a CI environment.
19+
# run: yarn install
20+
# - name: Run Chromatic
21+
# uses: chromaui/action@latest
22+
# with:
23+
# # ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
24+
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)