Skip to content

Commit

Permalink
REVERT : DEBUG GH Session
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 16, 2024
1 parent 323d966 commit 7822048
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/get_memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ jobs:
#
# ssh -i <YOUR GITHUB SSH KEY> <CONN STRING ON ACTIONS>
#
- name: DEBUG - Setup upterm session
uses: lhotari/action-upterm@v1
#- 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"
- name: Run tests
run: |
echo "exec into container ..."
docker compose exec server bash -c "cd tests/ && pytest -vv"

0 comments on commit 7822048

Please sign in to comment.