Skip to content

Commit d08386d

Browse files
- New anysdk API.
1 parent 8fbd1eb commit d08386d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,14 @@ jobs:
234234
with:
235235
name: testing-windows-robot-tmp
236236
path: test/robot/functional/tmp
237-
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+
238245
- name: Run robot integration tests
239246
if: env.AZURE_CLIENT_SECRET != '' && startsWith(env.STATE_SOURCE_TAG, 'build-release')
240247
env:

0 commit comments

Comments
 (0)