File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
- name : Run IntegrationTests
47
47
run : |
48
- dotnet test IntegrationTests --no-build --verbosity normal --diag:logs/${{ runner.os }}/logs.txt --blame --blame-crash --blame-hang --blame-hang-timeout 60s --blame-crash-collect-always -- xunit.stopOnFail=true
48
+ dotnet test Tests/ IntegrationTests --no-build --verbosity normal --diag:logs/${{ runner.os }}/logs.txt --blame --blame-crash --blame-hang --blame-hang-timeout 60s --blame-crash-collect-always -- xunit.stopOnFail=true
49
49
50
- # mv -v IntegrationTests/TestResults/*/*.* TestResults/IntegrationTests/
50
+ # mv -v Tests/ IntegrationTests/TestResults/*/*.* TestResults/IntegrationTests/
51
51
52
52
- name : Upload Test Logs
53
53
if : always()
Original file line number Diff line number Diff line change 54
54
run : |
55
55
dotnet test Tests/UnitTests --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings Tests/UnitTests/coverlet.runsettings --diag:logs/${{ runner.os }}/logs.txt --blame --blame-crash --blame-hang --blame-hang-timeout 60s --blame-crash-collect-always -- xunit.stopOnFail=true
56
56
57
- # mv -v UnitTests/TestResults/*/*.* TestResults/UnitTests/
57
+ # mv -v Tests/ UnitTests/TestResults/*/*.* TestResults/UnitTests/
58
58
59
59
- name : Upload Test Logs
60
60
if : always()
You can’t perform that action at this time.
0 commit comments