diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0077a9c..70fb667 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,6 +27,10 @@ jobs: Set-StrictMode -Version latest $ErrorActionPreference = "Stop" + Write-Host "Installing ProjFS..." enable-WindowsOptionalFeature -online -featurename client-projfs + + Write-Host "" + Write-Host "Running tests" dotnet test --no-build --configuration Release shell: powershell