Skip to content

Commit 84e9a8f

Browse files
committed
Change dir in same command
1 parent eae68d1 commit 84e9a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run rondb-docker
2020
run: |
2121
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
22-
./rondb-docker/build_run_docker.sh -d \
22+
cd rondb-docker && ./build_run_docker.sh -d \
2323
--size small \
2424
--num-mgm-nodes 1 \
2525
--node-groups 1 \

0 commit comments

Comments
 (0)