Skip to content

Commit

Permalink
IONOS(ci/build): adds build step for ionos theme elements
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jul 29, 2024
1 parent edd4d7b commit a8a0695
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
npm run build
cd ../..
- name: Install dependencies & build IONOS theme custom elements
env:
CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
run: |
cd themes/nc-ionos-theme/IONOS
npm ci
npm run build
cd ../..
- name: Add config partials
run: |
cp IONOS/configs/*.config.php config/
Expand Down Expand Up @@ -126,7 +136,9 @@ jobs:
-x "apps-*/*/tests**" \
-x "**/cypress/**" \
-x "*.git*" \
-x "*.editorconfig*"
-x "*.editorconfig*" \
-x "themes/nc-ionos-theme/README.md" \
-x "themes/nc-ionos-theme/IONOS**"
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit a8a0695

Please sign in to comment.