Skip to content

Commit

Permalink
More CI trace outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmav committed Feb 5, 2024
1 parent dd8ced9 commit 60db0ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60db0ec

Please sign in to comment.