Skip to content

Commit 2a6d4b7

Browse files
committed
fix(ci/cd): add screenshot
1 parent 0716d24 commit 2a6d4b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ jobs:
3434
- name: linter readme.md
3535
run: npm run lint:markdown
3636
- name: Cypress run
37-
uses: cypress-io/github-action@v5
37+
uses: cypress-io/github-action@v5
38+
- name: Archive screenshots
39+
uses: actions/upload-artifact@v3
40+
with:
41+
name: screenshot
42+
path: cypress/

0 commit comments

Comments
 (0)