use .dev instead of .net for e2e tests

This commit is contained in:
Karol Wypchlo 2020-08-18 17:43:20 +02:00
parent 51a8e7318e
commit 28d4a64083
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: "Build webapp"
run: yarn workspace webapp build
env:
GATSBY_API_URL: "https://siasky.net"
GATSBY_API_URL: "https://siasky.dev"
- name: Cypress run
uses: cypress-io/github-action@v1