Skip to content

Commit c71fd6c

Browse files
authored
Update test_and_deploy.yml
Remove the up-term step.
1 parent 7ae870e commit c71fd6c

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
@@ -61,18 +61,18 @@ jobs:
6161
- name: Test with tox
6262
run: tox
6363
env:
64-
PLATFORM: ${{ matrix.platform }}
65-
# For debugging purposes, allows one to ssh into host machine.
64+
PLATFORM: ${{ matrix.platform }}
65+
# ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6666
# Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6767
# to add your ssh keys.
68-
- name: Job failed. Activating debugging mode via up-term.
69-
if: ${{ failure() }}
70-
uses: lhotari/action-upterm@v1
71-
with:
68+
# - name: Job failed. Activating debugging mode via up-term.
69+
# if: ${{ failure() }}
70+
# uses: lhotari/action-upterm@v1
71+
# with:
7272
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
73-
limit-access-to-actor: true
73+
# limit-access-to-actor: true
7474
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
75-
limit-access-to-users: chriski777, carsen-stringera
75+
# limit-access-to-users: chriski777, carsen-stringera
7676

7777
- name: Coverage
7878
# Only run coverage once

0 commit comments

Comments
 (0)