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:
committed by
Kyle McCormick
parent
c546bd870a
commit
0d52e370f5
4
.github/workflows/static-assets-check.yml
vendored
4
.github/workflows/static-assets-check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user