diff --git a/scripts/windows/ci/test.ps1 b/scripts/windows/ci/test.ps1 index fb813d33fa..63510c2754 100644 --- a/scripts/windows/ci/test.ps1 +++ b/scripts/windows/ci/test.ps1 @@ -2,6 +2,7 @@ $jUnit = Join-Path $env:TEMP 'self-test-junit-0.xml' $tests = @( + 'modern build stack' '^assets' '^autoupdate' '^dynamic import.*development' @@ -27,4 +28,4 @@ If ($selfTestExitCode -eq 0) { If ($selfTestExitCode -ne 0) { Exit $selfTestExitCode -} \ No newline at end of file +}