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 24, 2024
1 parent 47b27ef commit d0b60ca
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ name: EasyCloud Build
on:
pull_request:
paths:
- '.github/workflows/**'
- 'src/**'
- 'apps/**/appinfo/info.xml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
- '**.vue'
- ".github/workflows/**"
- "src/**"
- "apps/**/appinfo/info.xml"
- "package.json"
- "package-lock.json"
- "tsconfig.json"
- "**.js"
- "**.ts"
- "**.vue"
push:
branches:
- main
Expand Down 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

0 comments on commit d0b60ca

Please sign in to comment.