Skip to content

Commit

Permalink
test: compile built-in themes as part of static assets check
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kdmccormick committed Apr 12, 2024
1 parent 8f43816 commit 94d7e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94d7e14

Please sign in to comment.