diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 15fd92a26..52e6b1c86 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -27,6 +27,7 @@ jobs: - name: Test run: | + apt install xclip xclip -version dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/