Skip to content

Commit

Permalink
Debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Oct 25, 2024
1 parent 84e9a8f commit 476d5a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- name: Run rondb-docker
run: |
echo $PWD
git clone -b release-0.7 https://github.com/logicalclocks/rondb-docker.git
cd rondb-docker && ./build_run_docker.sh -d \
--size small \
Expand All @@ -38,8 +39,10 @@ jobs:
(set +e; ls -la /tmp)
(set +e; ls -la $RONDB_PATH)
- name: Build and Run RonDB Service
- name: Build Rondis environment
run: |
echo $PWD
ls -la ./**
docker build -t rondis:latest .
docker run -d \
--name=$CONTAINER_NAME \
Expand Down

0 comments on commit 476d5a6

Please sign in to comment.