Skip to content

Commit bf4dba1

Browse files
committed
fix
1 parent d5f8d2f commit bf4dba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
# use latest stable version
7575
~/.tiup/bin/tiup install tikv pd
76-
~/.tiup/bin/tiup playground nightly --mode tikv-slim --kv 3 --without-monitor --kv.config $(shell pwd)/config/tikv-v1ttl.toml --pd.config $(shell pwd)/config/pd.toml &
76+
~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv-v1ttl.toml --pd.config config/pd.toml &
7777
while :; do
7878
echo "waiting cluster to be ready"
7979
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
# use latest stable version
106106
~/.tiup/bin/tiup install tikv pd
107-
~/.tiup/bin/tiup playground nightly --mode tikv-slim --kv 3 --without-monitor --kv.config $(shell pwd)/config/tikv-v1.toml --pd.config $(shell pwd)/config/pd.toml &
107+
~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv-v1.toml --pd.config config/pd.toml &
108108
while :; do
109109
echo "waiting cluster to be ready"
110110
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break

0 commit comments

Comments
 (0)