We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2750a commit abac75dCopy full SHA for abac75d
1 file changed
.github/workflows/ci.yml
@@ -35,9 +35,7 @@ jobs:
35
- name: Restore NuGet packages
36
run: nuget restore Parse.sln
37
- name: Install Chocolatey packages
38
- uses: crazy-max/ghaction-chocolatey@v1
39
- with:
40
- args: 'install opencover.portable codecov -y'
+ run: choco install opencover.portable codecov -y
41
- name: Build
42
run: dotnet build Parse.sln --configuration Debug --no-restore /p:DebugType=full /p:GenerateFullPaths=true /p:CollectCoverage=false
43
- name: Run tests with coverage
0 commit comments