Skip to content

Commit

Permalink
Update test_and_deploy.yml to debug macOS test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chriski777 authored Jan 2, 2025
1 parent e0e4d6d commit 9029d5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ 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() }}
# uses: lhotari/action-upterm@v1
# with:
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
# limit-access-to-actor: true
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
# limit-access-to-users: chriski777, carsen-stringera
- name: Job failed. Activating debugging mode via up-term.
if: ${{ failure() }}
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: chriski777, carsen-stringera

- name: Coverage
# Only run coverage once
Expand Down

0 comments on commit 9029d5c

Please sign in to comment.