Merge pull request #11588 from ToolJet/fix/cypress-subpath-docker

Fix: Cypress subpath workflow's docker port
This commit is contained in:
Adish M 2024-12-10 18:47:22 +05:30 committed by GitHub
commit 16b6d5c1e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ jobs:
- name: Wait for the server to be ready
run: |
timeout 1500 bash -c '
until curl --silent --fail http://localhost:80/apps/tooljet/; do
until curl --silent --fail http://localhost:3000/apps/tooljet/; do
sleep 5
done'
@ -247,7 +247,7 @@ jobs:
uses: cypress-io/github-action@v5
with:
working-directory: ./cypress-tests
config: "baseUrl=http://localhost:80/apps/tooljet/"
config: "baseUrl=http://localhost:3000/apps/tooljet/"
config-file: cypress-workspace.config.js
- name: Capture Screenshots