Skip to content

Commit b771d28

Browse files
revert
1 parent 44d93b9 commit b771d28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/slo-topic.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ jobs:
2424
with:
2525
compose-file: "./slo/playground/configs/compose.yaml"
2626
- name: Prepare SLO Database
27-
with:
28-
dotnet-version: 8.0.x
2927
run: |
3028
cd slo/src/TopicService
3129
dotnet run create grpc://localhost:2135 /Root/testdb
3230
- name: Run SLO Tests
33-
with:
34-
dotnet-version: 8.0.x
3531
run: |
3632
cd slo/src/TopicService
3733
dotnet run run grpc://localhost:2135 /Root/testdb \

0 commit comments

Comments
 (0)