We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1c654 commit 201c1a7Copy full SHA for 201c1a7
.github/workflows/cypress-e2e.yml
@@ -48,7 +48,7 @@ jobs:
48
IDAPI_CLIENT_ACCESS_TOKEN: ${{ secrets.IDAPI_CLIENT_ACCESS_TOKEN }}
49
with:
50
start: yarn cypress:e2e:server
51
- wait-on: 'http://manage.thegulocal.com'
+ wait-on: 'https://manage.thegulocal.com'
52
wait-on-timeout: 30
53
quiet: true
54
browser: chrome
0 commit comments