From e110740937ebfb41c4c6ed5fb8ab0ac1813066e0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 8 Nov 2022 21:04:01 -0700 Subject: [PATCH] mucking with xclip --- .github/workflows/dotnet-core.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 52e6b1c86..c64a932a5 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -20,14 +20,15 @@ jobs: dotnet-version: 6.0.100 - name: Install dependencies - run: dotnet restore + run: | + dotnet restore + sudo apt-get install xclip - name: Build Debug run: dotnet build --configuration Debug --no-restore - 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/