Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 26 additions & 7 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
branches: [ v100, v93 ]

jobs:
build:
setup:
name: Setup
runs-on: windows-latest

steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -43,14 +43,33 @@ jobs:

- name: Install packages
working-directory: ./imxweb
run: npm install --skip-dialog
run: |
npm install --skip-dialog

- name: Build All
working-directory: ./imxweb
run: npm run nx:build-all
timeout-minutes: 25
env:
NG_BUILD_PARALLEL: false
NX_DAEMON: false

- name: Test All
working-directory: ./imxweb
run: npm run nx:test-ci
timeout-minutes: 40
# - name: Test All
# working-directory: ./imxweb
# run: npm run nx:test-ci
# timeout-minutes: 40

# - name: Zip applications
# run: |
# apps=("qbm-app-landingpage" "qer-app-portal" "qer-app-pwdportal" "custom-app")
# for app in "${apps[@]}"; do
# if [ -d "./imxweb/dist/$app" ]; then
# ( cd "./imxweb/dist/$app" && zip -r "../Html_${app}.zip" . )
# fi
# done

# - name: Upload artifacts
# uses: actions/upload-artifact@v6
# with:
# name: imxweb-apps
# path: ./imxweb/dist/Html_*.zip
Binary file removed imxweb/imx-modules/elemental-ui-core-20.0.76.tgz
Binary file not shown.
Binary file added imxweb/imx-modules/elemental-ui-core-20.0.79.tgz
Binary file not shown.
Loading
Loading