From 594b188a01878e7e66670c825c3bc893322dc12c Mon Sep 17 00:00:00 2001 From: Holash Chand Date: Tue, 13 Aug 2024 17:54:13 +0530 Subject: [PATCH] Enabled debug --- .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 1033e9f26..808f5cf2c 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