Skip to content

Commit

Permalink
turn debugging on for test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriski777 authored Jan 2, 2025
1 parent 3cb4f78 commit 55796cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
# ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
# Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
# to add your ssh keys.
# - name: Job failed. Activating debugging mode via up-term.
# if: ${{ failure() }}
- name: Job failed. Activating debugging mode via up-term.
if: ${{ failure() }}
# # As of Dec. 2024, The following action does NOT work for MACOS (https://github.com/lhotari/action-upterm/issues/24)
# # uses: lhotari/action-upterm@v1
# # with:
Expand All @@ -78,10 +78,10 @@ jobs:
# # limit-access-to-users: chriski777 #, carsen-stringera

# # As of Dec. 2024, use the following for debugging the GitHub Action runners for MacOS
# uses: owenthereal/action-upterm@v1
# with:
# limit-access-to-actor: true
# limit-access-to-users: chriski777
uses: owenthereal/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: chriski777

- name: Coverage
# Only run coverage once
Expand Down

0 comments on commit 55796cf

Please sign in to comment.