Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC 801: Feature enhance the Sunbird RC CLI #252

Merged
Merged
Prev Previous commit
Next Next commit
Commented the code for debug in the maven.yml file
  • Loading branch information
Sreejit-K committed Sep 19, 2023
commit cd7564908dfd341beb7a9c9ee9c9c072f7cd3d9c
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