Skip to content

Commit 95eaa9a

Browse files
committed
wip(ci/cd): test cypress
1 parent 78ecc10 commit 95eaa9a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,11 @@ jobs:
3030
- name: linter readme.md
3131
run: npm run lint:markdown
3232
- name: test url
33-
run: ping https://angular.traefik.me
33+
run: ping https://angular.traefik.me
34+
- name: Cypress run
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/screenshots/

0 commit comments

Comments
 (0)