Skip to content

Commit 6ccc04a

Browse files
[.Net] ADR client tests (#766)
1 parent df6839f commit 6ccc04a

File tree

7 files changed

+1000
-3
lines changed

7 files changed

+1000
-3
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989

9090
- name: Setup SchemaRegistry Host
9191
run: RUNNER_TRACKING_ID="" && dotnet run --project eng/test/schema-registry/src/Azure.Iot.Operations.Services.SchemaRegistry.Host/Azure.Iot.Operations.Services.SchemaRegistry.Host.csproj &
92+
93+
- name: Create ADR resources
94+
run: kubectl apply -f eng/test/test-adr-resources
9295

9396
# This file is created by configure-aio.sh
9497
- name: Load test service account token into environment

0 commit comments

Comments
 (0)