Skip to content

Commit 3edca66

Browse files
committed
docs: add chromatic project token to yml
1 parent 071fc49 commit 3edca66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: yarn build
1919
- name: Automated test
2020
run: yarn test
21-
# - name: Visual regression tests
22-
# env:
23-
# CHROMATIC_PROJECT_TOKEN: ${{ secrets.chpt_a1073d7bf2439e5 }}
24-
# run: yarn test:chromatic
21+
- name: Visual regression tests
22+
env:
23+
CHROMATIC_PROJECT_TOKEN: ${{ secrets.chpt_a1073d7bf2439e5 }}
24+
run: yarn test:chromatic

0 commit comments

Comments
 (0)