Skip to content

Commit 9029d5c

Browse files
authored
Update test_and_deploy.yml to debug macOS test issues
1 parent e0e4d6d commit 9029d5c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
# ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6767
# Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6868
# to add your ssh keys.
69-
# - name: Job failed. Activating debugging mode via up-term.
70-
# if: ${{ failure() }}
71-
# uses: lhotari/action-upterm@v1
72-
# with:
73-
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
74-
# limit-access-to-actor: true
75-
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
76-
# limit-access-to-users: chriski777, carsen-stringera
69+
- name: Job failed. Activating debugging mode via up-term.
70+
if: ${{ failure() }}
71+
uses: lhotari/action-upterm@v1
72+
with:
73+
## limits ssh access and adds the ssh public key for the user which triggered the workflow
74+
limit-access-to-actor: true
75+
## limits ssh access and adds the ssh public keys of the listed GitHub users
76+
limit-access-to-users: chriski777, carsen-stringera
7777

7878
- name: Coverage
7979
# Only run coverage once

0 commit comments

Comments
 (0)