Skip to content

Commit

Permalink
fix(ci): Skia GTK/WPF/Tizen templates weren't tested in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ebariche committed Feb 1, 2021
1 parent b28ff1e commit cb52022
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/run-template-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ $templateConfigurations =
(Get-TemplateConfiguration -macOS 1),
(Get-TemplateConfiguration -wasm 1),
(Get-TemplateConfiguration -skiaGtk 1),
(Get-TemplateConfiguration -skiaWpf 1)
(Get-TemplateConfiguration -skiaGtk 1)
(Get-TemplateConfiguration -skiaWpf 1),
(Get-TemplateConfiguration -skiaTizen 1)
)

$configurations =
Expand All @@ -71,7 +71,10 @@ $configurations =
@($templateConfigurations[1], $release),
@($templateConfigurations[2], $releaseIPhone),
@($templateConfigurations[3], $releaseIPhoneSimulator),
@($templateConfigurations[4], $release)
@($templateConfigurations[4], $release),
@($templateConfigurations[5], $release),
@($templateConfigurations[6], $release),
@($templateConfigurations[7], $release)
)

# Default
Expand Down

0 comments on commit cb52022

Please sign in to comment.