Fixing tests CI

This commit is contained in:
Zoe Roux 2021-08-02 00:53:46 +02:00
parent 928a8d2147
commit 7f2ef68d04

View File

@ -24,7 +24,7 @@ jobs:
- name: Build - name: Build
run: | run: |
dotnet build --no-restore '-p:SkipWebApp=true;SkipTranscoder=true' -p:CopyLocalLockFileAssemblies=true dotnet build --no-restore '-p:SkipWebApp=true;SkipTranscoder=true' -p:CopyLocalLockFileAssemblies=true
cp ./Kyoo.Common/bin/Debug/net5.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll ./Kyoo.Tests/bin/Debug/net5.0/ cp ./Kyoo.Common/bin/Debug/net5.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll ./tests/Kyoo.Tests/bin/Debug/net5.0/
- name: Test - name: Test
run: dotnet test --no-build '-p:CollectCoverage=true;CoverletOutputFormat=opencover' run: dotnet test --no-build '-p:CollectCoverage=true;CoverletOutputFormat=opencover'
env: env: