remove upterm from tests

This commit is contained in:
2024-12-03 15:17:12 +01:00
parent 29edbce5bc
commit ce90fc005a
-6
View File
@@ -31,12 +31,6 @@ 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