Skip to content

Commit eae68d1

Browse files
committed
Don't change dir
1 parent 5c5b61f commit eae68d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_test_push.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +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-
cd rondb-docker
23-
./build_run_docker.sh -d \
22+
./rondb-docker/build_run_docker.sh -d \
2423
--size small \
2524
--num-mgm-nodes 1 \
2625
--node-groups 1 \
@@ -38,7 +37,6 @@ jobs:
3837
tar xfz /tmp/temp_tarball.tar.gz -C $RONDB_PATH --strip-components=1
3938
(set +e; ls -la /tmp)
4039
(set +e; ls -la $RONDB_PATH)
41-
rm /tmp/temp_tarball.tar.gz
4240
4341
- name: Build and Run RonDB Service
4442
run: |

0 commit comments

Comments
 (0)