use production server backend for tests

This commit is contained in:
Karol Wypchło 2020-08-27 12:27:55 +02:00 committed by GitHub
parent 15561d4c7a
commit af0cbf6433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.dev"
GATSBY_API_URL: "https://siasky.net"
- name: Cypress run
uses: cypress-io/github-action@v1