Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 39c9f5e

Browse files
ci: use http://localhost as location for tests
1 parent d742b8b commit 39c9f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aleph_in_deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: deno cache std.ts
3333

3434
- name: Run tests
35-
run: deno test -A --unstable
35+
run: deno test -A --unstable --location "http://localhost/"

0 commit comments

Comments
 (0)