Skip to content

Commit 0d431eb

Browse files
committed
docs: visual regression tests
1 parent 67c97cd commit 0d431eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
17+
1518
- name: Install dependencies
1619
run: yarn
20+
1721
- name: Build packages
1822
run: yarn build
23+
1924
- name: Automated test
2025
run: yarn test
26+
2127
- name: Visual regression tests
2228
env:
2329
CHROMATIC_PROJECT_TOKEN: ${{ secrets.chpt_a1073d7bf2439e5 }}

0 commit comments

Comments
 (0)