From 0d52e370f5222dfa7bef267bf1b28bcf6b9a81c2 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Wed, 10 Apr 2024 13:28:40 -0400 Subject: [PATCH] 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. --- .github/workflows/static-assets-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-assets-check.yml b/.github/workflows/static-assets-check.yml index 5aedfdf52f..369151170a 100644 --- a/.github/workflows/static-assets-check.yml +++ b/.github/workflows/static-assets-check.yml @@ -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