File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
run : dotnet build --no-restore
35
35
36
36
- name : Test
37
- run : dotnet test --no-build --verbosity normal
37
+ run : dotnet test --filter "FullyQualifiedName~Notion.UnitTests" -- no-build --verbosity normal
Original file line number Diff line number Diff line change 27
27
run : dotnet build --no-restore -c Release
28
28
29
29
- name : Test
30
- run : dotnet test -c Release --no-build --verbosity normal
30
+ run : dotnet test -c Release --filter "FullyQualifiedName~Notion.UnitTests" -- no-build --verbosity normal
31
31
32
32
- name : Pack solution [Release]
33
33
run : |
Original file line number Diff line number Diff line change 30
30
run : dotnet build --no-restore -c Release
31
31
32
32
- name : Test
33
- run : dotnet test -c Release --no-build --verbosity normal
33
+ run : dotnet test --filter "FullyQualifiedName~Notion.UnitTests" - c Release --no-build --verbosity normal
34
34
35
35
- name : Pack solution [Release]
36
36
run : |
You can’t perform that action at this time.
0 commit comments