From d62f33b077e8af0f86239fbffbcbe361901be21e Mon Sep 17 00:00:00 2001 From: Adish M Date: Fri, 16 Feb 2024 15:12:47 +0530 Subject: [PATCH] Fix for marketplace cypress host-url --- .github/workflows/cypress-marketplace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-marketplace.yml b/.github/workflows/cypress-marketplace.yml index 70674faab8..d4a5f4249c 100644 --- a/.github/workflows/cypress-marketplace.yml +++ b/.github/workflows/cypress-marketplace.yml @@ -123,7 +123,7 @@ jobs: uses: cypress-io/github-action@v5 with: working-directory: ./cypress-tests - config: "baseUrl=http://localhost:80" + config: "baseUrl=http://localhost:3000" config-file: cypress-marketplace.config.js - name: Capture Screenshots