Skip to content

Commit f53b223

Browse files
Update cockroach config
Signed-off-by: Artem Savchenko <armisav@gmail.com>
1 parent 08c4e9b commit f53b223

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 &

0 commit comments

Comments
 (0)