From c61b136e8889b26f84add05653d506238a6f61fb Mon Sep 17 00:00:00 2001 From: CahidArda Date: Wed, 2 Oct 2024 18:43:25 +0300 Subject: [PATCH] fix: localhost ports in ci --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a731604..9089e17 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -85,7 +85,7 @@ jobs: run: bun test ci.test.ts working-directory: examples/cloudflare-workers env: - DEPLOYMENT_URL: http://localhost:3000 + DEPLOYMENT_URL: http://localhost:8787 nodejs-local: needs: @@ -120,7 +120,7 @@ jobs: run: bun test ci.test.ts working-directory: examples/nodejs env: - DEPLOYMENT_URL: http://localhost:3000 + DEPLOYMENT_URL: http://localhost:8080 nextjs-chat-to-website: # skip because there is an issue in how the page interacts with local build