test: compile built-in themes as part of static assets check

This will help safe-guard against bugs in the Sass and Webpack build
which only arise from certain uses of the legacy Comprehensive Theming
system.
This commit is contained in:
Kyle D. McCormick
2024-04-10 13:28:40 -04:00
committed by Kyle McCormick
parent c546bd870a
commit 0d52e370f5

View File

@@ -82,5 +82,5 @@ jobs:
CMS_CFG: lms/envs/minimal.yml
run: |
paver update_assets lms
paver update_assets cms
paver update_assets lms --theme-dirs ./themes
paver update_assets cms --theme-dirs ./themes