xclip does not work on headless linux (github actions)

This commit is contained in:
Charlie Kindel
2022-11-08 22:08:00 -07:00
parent 5d7a4e3dd5
commit 89701920de

View File

@@ -22,14 +22,12 @@ jobs:
- name: Install dependencies
run: |
dotnet restore
sudo apt-get install xclip
- name: Build Debug
run: dotnet build --configuration Debug --no-restore
- name: Test
run: |
xclip -version
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/