use production server backend for tests
This commit is contained in:
parent
15561d4c7a
commit
af0cbf6433
|
@ -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
|
||||
|
|
Reference in New Issue