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: