From 7c91679e799faaeda59498d9db6e72fe641e1c6e Mon Sep 17 00:00:00 2001 From: Kartheek Palla Date: Tue, 13 Aug 2024 14:34:50 +0530 Subject: [PATCH] Enabling debug --- .github/workflows/maven.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1033e9f26..e8581d065 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,11 +32,11 @@ jobs: - name: Check space before tests run: df -h # debug step -# - 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 @@ -46,4 +46,4 @@ jobs: # steps: # - uses: actions/checkout@v2 # - name: Run all the containers and test -# run : make test \ No newline at end of file +# run : make test