Skip to content

Commit

Permalink
fix: localhost ports in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 2, 2024
1 parent c3ded8a commit c61b136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c61b136

Please sign in to comment.