There was an error while loading. Please reload this page.
1 parent e5cd464 commit c18be95Copy full SHA for c18be95
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
- name: Cypress run
14
uses: cypress-io/github-action@v1
15
env:
16
- CYPRESS_baseUrl: "https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.com"
+ CYPRESS_baseUrl: 'https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.app'
17
with:
18
record: false
19
- wait-on: "https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.com"
+ wait-on: 'https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.app'
20
wait-on-timeout: 90
0 commit comments