We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadab55 commit eccda75Copy full SHA for eccda75
.azure/pipelines.yml
@@ -169,6 +169,15 @@ stages:
169
QT_QPA_PLATFORM: offscreen
170
displayName: Test
171
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
+
181
- stage: Package
182
dependsOn: []
183
jobs:
0 commit comments