Skip to content

Commit 44d93b9

Browse files
with:
dotnet-version: 8.0.x
1 parent 1b17b6b commit 44d93b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/slo-topic.yaml

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

0 commit comments

Comments
 (0)