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 76c940c commit e1ebc76Copy full SHA for e1ebc76
.github/workflows/dotnet.yml
@@ -17,6 +17,7 @@ jobs:
17
dotnet-version: |
18
3.1.x
19
6.0.x
20
+ 8.0.x
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
@@ -134,4 +135,4 @@ jobs:
134
135
136
run: dotnet build --no-restore
137
- name: Elasticsearch Tests
- run: dotnet test test/WorkflowCore.Tests.Elasticsearch --no-build --verbosity normal -p:ParallelizeTestCollections=false
138
+ run: dotnet test test/WorkflowCore.Tests.Elasticsearch --no-build --verbosity normal -p:ParallelizeTestCollections=false
0 commit comments