Skip to content

Commit 476d5a6

Browse files
committed
Debug statements
1 parent 84e9a8f commit 476d5a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_test_push.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
steps:
1919
- name: Run rondb-docker
2020
run: |
21+
echo $PWD
2122
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
2223
cd rondb-docker && ./build_run_docker.sh -d \
2324
--size small \
@@ -38,8 +39,10 @@ jobs:
3839
(set +e; ls -la /tmp)
3940
(set +e; ls -la $RONDB_PATH)
4041
41-
- name: Build and Run RonDB Service
42+
- name: Build Rondis environment
4243
run: |
44+
echo $PWD
45+
ls -la ./**
4346
docker build -t rondis:latest .
4447
docker run -d \
4548
--name=$CONTAINER_NAME \

0 commit comments

Comments
 (0)