We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156a054 commit 133a2b1Copy full SHA for 133a2b1
packages/cli/src/benchmark/lib/constants.ts
@@ -1 +1,6 @@
1
-export const BACKEND_BASE_URL = 'http://localhost:5678';
+// localhost refuses connections on GH Actions runners
2
+export const BACKEND_BASE_URL = 'http://127.0.0.1:5678';
3
+
4
+// https://stackoverflow.com/a/72785693
5
6
+// https://stackoverflow.com/a/75881555
0 commit comments