Skip to content

Commit

Permalink
Enabled debug
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 13, 2024
1 parent 624c574 commit 594b188
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 594b188

Please sign in to comment.