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 authored and printminion-co committed Jul 29, 2024
1 parent 8f8b822 commit 74ef847
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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,8 @@ jobs:
-x "apps-*/*/tests**" \
-x "**/cypress/**" \
-x "*.git*" \
-x "*.editorconfig*"
-x "*.editorconfig*" \
-x "themes/nc-ionos-theme/IONOS**"
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit 74ef847

Please sign in to comment.