Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1bcc99

Browse files
committedAug 11, 2021
Run tests on Linux in CI
1 parent 2bf6475 commit f1bcc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vscode-powershell.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ task BuildAll BuildEditorServices, Build
7474
#endregion
7575
#region Test tasks
7676

77-
task Test -If (!($env:TF_BUILD -and $global:IsLinux)) Build, {
77+
task Test Build, {
7878
Write-Host "`n### Running extension tests" -ForegroundColor Green
7979
exec { & npm run test }
8080
}

0 commit comments

Comments
 (0)
Please sign in to comment.