Skip to content

Commit d54239f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cypress run
3333
uses: cypress-io/github-action@v5
3434
with:
35-
CYPRESS_baseUrl: http://web.localhost:3000
35+
wait-on: 'npx wait-on --timeout 60000 https://angular.traefik.me'
3636
- name: Archive screenshots
3737
uses: actions/upload-artifact@v3
3838
with:

0 commit comments

Comments
 (0)