File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments