Skip to content

Commit

Permalink
DEBUG GH Session
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 16, 2024
1 parent ede7480 commit e3fffb4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/get_memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,18 @@ jobs:
sleep 10
- name: Run tests
run: |
echo "exec into container ..."
docker compose exec server bash -c "cd tests/ && pytest -vv"
# Debugging GitHUb actions interactively, by connecting to the runner ...
# Get ssh connection details for runner.
# See here https://github.com/marketplace/actions/debugging-with-ssh
# Basically, uncomment this, then get connection string in actions output, then connect with
#
# ssh -i <YOUR GITHUB SSH KEY> <CONN STRING ON ACTIONS>
#
- name: DEBUG - Setup upterm session
uses: lhotari/action-upterm@v1

#- name: Run tests
# run: |
# echo "exec into container ..."
# docker compose exec server bash -c "cd tests/ && pytest -vv"

0 comments on commit e3fffb4

Please sign in to comment.