File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ jobs:
6767 run : |
6868 set -euo pipefail
6969
70- echo "Starting CockroachDB container..."
70+ echo "Starting CockroachDB container (v24.x, insecure single node) ..."
7171 docker run -d --name crdb \
72- -p 26257:26257 -p 8080 :8080 \
73- cockroachdb/cockroach:v24.1.0 \
74- start-single-node --insecure --listen-addr=localhost:26257 --http-addr=localhost:8080
72+ -p 26257:26257 -p 8089 :8080 \
73+ cockroachdb/cockroach:latest- v24.3 \
74+ start-single-node --insecure
7575
7676 echo "Waiting for PostgreSQL..."
7777 pg_ok=0
@@ -136,7 +136,7 @@ jobs:
136136 run : |
137137 set -euo pipefail
138138
139- export HULY_DB_CONNECTION="postgresql://root@localhost :26257/defaultdb?sslmode=disable"
139+ export HULY_DB_CONNECTION="postgresql://root@127.0.0.1 :26257/defaultdb?sslmode=disable"
140140 export HULY_TOKEN_SECRET="secret"
141141
142142 ../target/release/hulykvs &
You can’t perform that action at this time.
0 commit comments