Skip to content

Commit

Permalink
fix: replace localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 2, 2024
1 parent 39a9bca commit a7288e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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:8787
DEPLOYMENT_URL: http://127.0.0.1:8787

nodejs-local:
needs:
Expand Down

0 comments on commit a7288e5

Please sign in to comment.