add upterm action to workflow for debugging

This commit is contained in:
2024-12-03 13:13:28 +01:00
parent 7dcede44b6
commit e2970a8a5f

View File

@@ -31,6 +31,12 @@ jobs:
pip install pytest
pip install -r requirements.txt
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5
- name: Test with pytest
run: |
cd tests