Skip to content

Commit c18be95

Browse files
committed
[skip ci] Netlify changed .com to .app
1 parent e5cd464 commit c18be95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Cypress run
1414
uses: cypress-io/github-action@v1
1515
env:
16-
CYPRESS_baseUrl: "https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.com"
16+
CYPRESS_baseUrl: 'https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.app'
1717
with:
1818
record: false
19-
wait-on: "https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.com"
19+
wait-on: 'https://deploy-preview-${{ github.event.number }}--nuxt-netlify-functions-example.netlify.app'
2020
wait-on-timeout: 90

0 commit comments

Comments
 (0)