Skip to content

Commit 78ecc10

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

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,5 @@ jobs:
2929
run: npm run docker:waiting
3030
- name: linter readme.md
3131
run: npm run lint:markdown
32-
- name: Cypress run
33-
uses: cypress-io/github-action@v5
34-
with:
35-
wait-on: 'npx wait-on --timeout 60000 https://angular.traefik.me'
36-
- name: Archive screenshots
37-
uses: actions/upload-artifact@v3
38-
with:
39-
name: screenshot
40-
path: cypress/screenshots/
32+
- name: test url
33+
run: ping https://angular.traefik.me

0 commit comments

Comments
 (0)