mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix for marketplace cypress host-url
This commit is contained in:
parent
2d94d32c4e
commit
d62f33b077
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress-marketplace.yml
vendored
2
.github/workflows/cypress-marketplace.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue