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.
1 parent 1b17b6b commit 44d93b9Copy full SHA for 44d93b9
.github/workflows/slo-topic.yaml
@@ -24,10 +24,14 @@ jobs:
24
with:
25
compose-file: "./slo/playground/configs/compose.yaml"
26
- name: Prepare SLO Database
27
+ with:
28
+ dotnet-version: 8.0.x
29
run: |
30
cd slo/src/TopicService
31
dotnet run create grpc://localhost:2135 /Root/testdb
32
- name: Run SLO Tests
33
34
35
36
37
dotnet run run grpc://localhost:2135 /Root/testdb \
0 commit comments