Skip to content

Commit

Permalink
Commented the code for debug in the maven.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejit-K committed Sep 19, 2023
1 parent 72938e6 commit cd75649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Set up properties
run: sh configure-dependencies.sh
# # 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 Sreejith-K
limit-access-to-actor: true
- name: Build and test
run: make test
# - 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 Sreejith-K
# limit-access-to-actor: true
# - name: Build and test
# run: make test
# test:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit cd75649

Please sign in to comment.