Skip to content

Commit

Permalink
Enabling debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pallakartheekreddy authored Aug 13, 2024
1 parent 3100322 commit 7c91679
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,4 +46,4 @@ jobs:
# steps:
# - uses: actions/checkout@v2
# - name: Run all the containers and test
# run : make test
# run : make test

0 comments on commit 7c91679

Please sign in to comment.