We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anysdk
1 parent 8fbd1eb commit d08386dCopy full SHA for d08386d
.github/workflows/build.yml
@@ -234,7 +234,14 @@ jobs:
234
with:
235
name: testing-windows-robot-tmp
236
path: test/robot/functional/tmp
237
-
+
238
+ - name: Upload robot testing credentials
239
+ if: always()
240
+ uses: actions/[email protected]
241
+ with:
242
+ name: testing-windows-robot-credentials
243
+ path: test/server/mtls/credentials
244
245
- name: Run robot integration tests
246
if: env.AZURE_CLIENT_SECRET != '' && startsWith(env.STATE_SOURCE_TAG, 'build-release')
247
env:
0 commit comments