Skip to content

Commit eccda75

Browse files
committed
Add CI debugger
1 parent fadab55 commit eccda75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/pipelines.yml

+9
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ stages:
169169
QT_QPA_PLATFORM: offscreen
170170
displayName: Test
171171
172+
- name: Setup upterm session
173+
uses: lhotari/action-upterm@v1
174+
if: ${{ failure() }}
175+
# with:
176+
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
177+
# limit-access-to-actor: true
178+
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
179+
# limit-access-to-users: guyer
180+
172181
- stage: Package
173182
dependsOn: []
174183
jobs:

0 commit comments

Comments
 (0)