From 58f7c78682ac3a80be8f3455d6eddddf3a0a1deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 6 May 2025 18:10:43 +0200 Subject: [PATCH] test modern build stack as part of windows --- scripts/windows/ci/test.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}