From ce90fc005a7a1cca2a472d1b530ec138a46169a6 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Tue, 3 Dec 2024 15:17:12 +0100 Subject: [PATCH] remove upterm from tests --- .github/workflows/unit_tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 192c6c1..b833369 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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