Skip to content

Commit 90cc4c4

Browse files
committed
fix(ci/cd): add screenshot
1 parent b969fad commit 90cc4c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ jobs:
3232
- name: linter readme.md
3333
run: npm run lint:markdown
3434
- name: Cypress run
35-
uses: cypress-io/github-action@v5
35+
uses: cypress-io/github-action@v5
36+
- name: Archive screenshots
37+
uses: actions/upload-artifact@v3
38+
with:
39+
name: screenshot
40+
path: cypress/

0 commit comments

Comments
 (0)