diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 40b5a75b4..b6b1ddaad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,11 +37,11 @@ jobs: curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose docker-compose --version - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - with: - ## limits ssh access and adds the ssh public key for the user which triggered the workflow ie holashchand - limit-access-to-actor: true +# - name: Setup upterm session +# uses: lhotari/action-upterm@v1 +# with: +# ## limits ssh access and adds the ssh public key for the user which triggered the workflow ie holashchand +# limit-access-to-actor: true - name: Build and test run: make test - name: Check space after tests