File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments