Skip to content

Commit 6e2afa6

Browse files
committed
test 4
1 parent 347e1e9 commit 6e2afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"start-testdb": "leeway run components/gitpod-db:init-testdb",
2626
"start-spicedb": "leeway run components/spicedb:start-spicedb",
2727
"stop-spicedb": "leeway run components/spicedb:stop-spicedb",
28-
"start-redis": "if redis-cli --scan; then echo 'Redis is already running.'; else docker run --rm --name test-redis --network github_network_test -p 6379:6379 -d redis; fi",
28+
"start-redis": "if redis-cli -h 0.0.0.0 --scan; then echo 'Redis is already running.'; else docker run --rm --name test-redis --network github_network_test -p 6379:6379 -d redis; fi",
2929
"stop-redis": "docker stop test-redis || true",
3030
"telepresence": "telepresence --swap-deployment server --method inject-tcp --run yarn start-inspect"
3131
},

0 commit comments

Comments
 (0)