From 2642ebdf14fb82c726e7d383098628ab5d922758 Mon Sep 17 00:00:00 2001 From: Edward Taupier Date: Thu, 2 May 2024 11:57:46 -0400 Subject: [PATCH] ability to ssh --- .github/workflows/test_and_build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 967cab7c..e22709a9 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -9,11 +9,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v4.1.0 - - 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: setup ruby uses: ruby/setup-ruby@v1 with: