Skip to content

Commit 165caa0

Browse files
authored
Update ci.yml
1 parent 368fdb2 commit 165caa0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Default
1+
name: Build
22
on:
33
push:
44
schedule:
@@ -13,12 +13,9 @@ jobs:
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
@@ -28,5 +25,5 @@ jobs:
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()

0 commit comments

Comments
 (0)