File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 21
21
run : dotnet restore
22
22
- name : Build
23
23
run : dotnet build --no-restore
24
- - name : Test
25
- run : dotnet test --no-build --verbosity normal
24
+ - name : Unit Tests
25
+ run : dotnet test test/WorkflowCore.UnitTests --no-build --verbosity normal
26
+ - name : Integration Tests
27
+ run : dotnet test test/WorkflowCore.IntegrationTests --no-build --verbosity normal
28
+ - name : PostgreSQL Tests
29
+ run : dotnet test test/WorkflowCore.Tests.PostgreSQL --no-build --verbosity normal
30
+ - name : Redis Tests
31
+ run : dotnet test test/WorkflowCore.Tests.Redis --no-build --verbosity normal
32
+ - name : SQL Server Tests
33
+ run : dotnet test test/WorkflowCore.Tests.SqlServer --no-build --verbosity normal
34
+ - name : Elasticsearch Tests
35
+ run : dotnet test test/WorkflowCore.Tests.Elasticsearch --no-build --verbosity normal
You can’t perform that action at this time.
0 commit comments