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 44d93b9 commit b771d28Copy full SHA for b771d28
.github/workflows/slo-topic.yaml
@@ -24,14 +24,10 @@ 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