mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
test modern build stack as part of windows
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user