File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- name : Default
1+ name : Build
22on :
33 push :
44 schedule :
1313 - uses : actions/checkout@v2
1414 with :
1515 fetch-depth : 50
16- - name : Setup
17- run : |
18- Invoke-WebRequest https://testspace-client.s3.amazonaws.com/testspace-windows.zip -outfile testspace-windows.zip
19- Expand-Archive -LiteralPath testspace-windows.zip -DestinationPath ./ -Force
20- ./testspace config url samples.testspace.com
21- ./testspace -v
16+ - uses : testspace-com/setup-testspace@v1
17+ with :
18+ domain : samples
2219 - name : Build
2320 run : |
2421 nuget restore money/cs-money.sln
2825 .\money\packages\OpenCover.4.6.519\tools\OpenCover.Console -target:".\money\packages\NUnit.ConsoleRunner.3.4.1\tools\nunit3-console.exe" -targetargs:"money\bin\Debug\cs-money.dll" -output:"coverage.xml" -filter:"+[*]* -[*]*MoneyTest*" -register:user
2926 - name : Push
3027 run : |
31- ./ testspace analysis.xml [Tests]TestResult.xml coverage.xml
28+ testspace analysis.xml [Tests]TestResult.xml coverage.xml
3229 if : always()
You can’t perform that action at this time.
0 commit comments