Skip to content

Commit

Permalink
Enabling debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Aug 13, 2024
1 parent 2f317dd commit 3f8d12f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Down

0 comments on commit 3f8d12f

Please sign in to comment.