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 3434 run : dotnet build --no-restore
3535
3636 - 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 2727 run : dotnet build --no-restore -c Release
2828
2929 - 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
3131
3232 - name : Pack solution [Release]
3333 run : |
Original file line number Diff line number Diff line change 3030 run : dotnet build --no-restore -c Release
3131
3232 - 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
3434
3535 - name : Pack solution [Release]
3636 run : |
You can’t perform that action at this time.
0 commit comments