From a447f4c71bded51f139df95fa606c6d776f0a74b Mon Sep 17 00:00:00 2001 From: Holash Chand Date: Tue, 13 Aug 2024 18:05:58 +0530 Subject: [PATCH] Removed debug mode --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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