Skip to content

Commit ecd8ef5

Browse files
committed
Update ci.yml
1 parent f5f05fd commit ecd8ef5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
args: 'install opencover.portable codecov -y'
4040
- name: Build
4141
run: dotnet build Parse.sln --configuration Debug --no-restore
42-
- name: 'Debug: List files'
43-
run: dir /s
44-
shell: cmd
4542
- name: Run tests with coverage
4643
run: |
4744
OpenCover.Console.exe -returntargetcode -target:dotnet.exe -targetargs:"test --framework net${{ matrix.DOTNET_VERSION }} --configuration Debug --test-adapter-path:. --logger:console /p:DebugType=full .\Parse.Tests\Parse.Tests.csproj" -filter:"+[Parse*]* -[Parse.Tests*]*" -oldstyle -output:parse_sdk_dotnet_coverage.xml -register:user

0 commit comments

Comments
 (0)