From d0ae52c52040953c11e6718510b0a187e6762995 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 4 Mar 2022 16:26:50 +0100 Subject: [PATCH] use develop build to include portal url --- .github/workflows/deploy-website.yml | 6 ++++-- packages/website/cypress.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 9242c138..a311d997 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -36,8 +36,10 @@ jobs: working-directory: packages/website install: false record: true - start: yarn serve - wait-on: "http://127.0.0.1:9000" + start: yarn develop + wait-on: http://localhost:8000 + wait-on-timeout: 120 + config: baseUrl=http://localhost:8000 - name: "Deploy to Skynet" uses: skynetlabs/deploy-to-skynet-action@v2 diff --git a/packages/website/cypress.json b/packages/website/cypress.json index 2954d2f5..b8d2fc61 100644 --- a/packages/website/cypress.json +++ b/packages/website/cypress.json @@ -1,5 +1,5 @@ { - "baseUrl": "http://127.0.0.1:9000", + "baseUrl": "http://localhost:8000", "projectId": "gey76p", "videoUploadOnPasses": false }