Skip to content

Commit 499f237

Browse files
committed
Fix merge conflict with test_and_deploy
2 parents e624e5e + fd75275 commit 499f237

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,22 @@ 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
77-
69+
# - name: Job failed. Activating debugging mode via up-term.
70+
# if: ${{ failure() }}
71+
# # As of Dec. 2024, The following action does NOT work for MACOS (https://github.com/lhotari/action-upterm/issues/24)
72+
# # uses: lhotari/action-upterm@v1
73+
# # with:
74+
# # ## limits ssh access and adds the ssh public key for the user which triggered the workflow
75+
# # limit-access-to-actor: true
76+
# # ## limits ssh access and adds the ssh public keys of the listed GitHub users
77+
# # limit-access-to-users: chriski777 #, carsen-stringera
78+
79+
# # As of Dec. 2024, use the following for debugging the GitHub Action runners for MacOS
80+
# uses: owenthereal/action-upterm@v1
81+
# with:
82+
# limit-access-to-actor: true
83+
# limit-access-to-users: chriski777
84+
7885
- name: Coverage
7986
# Only run coverage once
8087
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)