From 24ccc682fe01b74f81d4b1f85d4745804cafd0eb Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Mon, 23 Sep 2024 15:47:59 +0530 Subject: [PATCH] Add protocol in the hono URL to make tests pass --- .github/workflows/test-cf-worker-hono.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cf-worker-hono.yml b/.github/workflows/test-cf-worker-hono.yml index 32b4ac32f..c4547d077 100644 --- a/.github/workflows/test-cf-worker-hono.yml +++ b/.github/workflows/test-cf-worker-hono.yml @@ -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: "https://hono.rishabh-77b.workers.dev" CLOUDFLARE_PROJECT_NAME: "hono" TEST_DEPLOYED_VERSION: true defaults: