Skip to content

Commit 55796cf

Browse files
authored
turn debugging on for test_and_deploy.yml
1 parent 3cb4f78 commit 55796cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6868
# Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6969
# to add your ssh keys.
70-
# - name: Job failed. Activating debugging mode via up-term.
71-
# if: ${{ failure() }}
70+
- name: Job failed. Activating debugging mode via up-term.
71+
if: ${{ failure() }}
7272
# # As of Dec. 2024, The following action does NOT work for MACOS (https://github.com/lhotari/action-upterm/issues/24)
7373
# # uses: lhotari/action-upterm@v1
7474
# # with:
@@ -78,10 +78,10 @@ jobs:
7878
# # limit-access-to-users: chriski777 #, carsen-stringera
7979

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

8686
- name: Coverage
8787
# Only run coverage once

0 commit comments

Comments
 (0)