Skip to content

Commit

Permalink
debug client_container variable
Browse files Browse the repository at this point in the history
  • Loading branch information
d-w-moore committed Feb 20, 2024
1 parent 5975b5b commit c2d0a24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-the-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

- name: run test
run: |
client_container=$(docker ps --format "{{.Names}}"|grep python.client)
docker exec -it "$(client_container)" /repo_root/docker-testing/run_tests.sh
client_container=$(docker ps --format "{{.Names}}")
echo "list of client containers = [$client_container]"
#docker exec -it "$(client_container)" /repo_root/docker-testing/run_tests.sh
- name: Stop containers
if: always()
Expand Down

0 comments on commit c2d0a24

Please sign in to comment.