Skip to content

Commit

Permalink
Fix hono deployed app URL for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 23, 2024
1 parent 3a2658d commit 07fd969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cf-worker-hono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
APP_URL: "hono.rishabh-77b.workers.dev/"
APP_URL: "hono.rishabh-77b.workers.dev"
CLOUDFLARE_PROJECT_NAME: "hono"
TEST_DEPLOYED_VERSION: true
defaults:
Expand Down

0 comments on commit 07fd969

Please sign in to comment.