Skip to content

Commit

Permalink
feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report
Browse files Browse the repository at this point in the history
  • Loading branch information
nhthinh-axonivy committed Dec 25, 2024
1 parent 7d0c62d commit 351549d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ jobs:
curl -L $ENGINE_URL -o engine.zip
unzip -q engine.zip -d $ENGINE_DIR
- name: Build Portal Modules
run: |
modules=(
"AxonIvyPortal/portal-components"
"AxonIvyPortal/portal"
"AxonIvyPortal/PortalKitTestHelper"
"Showcase/portal-user-examples"
"Showcase/portal-developer-examples"
"Showcase/InternalSupport"
"Showcase/portal-components-examples"
"AxonIvyPortal/PortalApp"
"Showcase/portal-demo-app"
)
# - name: Build Portal Modules
# run: |
# modules=(
# "AxonIvyPortal/portal-components"
# "AxonIvyPortal/portal"
# "AxonIvyPortal/PortalKitTestHelper"
# "Showcase/portal-user-examples"
# "Showcase/portal-developer-examples"
# "Showcase/InternalSupport"
# "Showcase/portal-components-examples"
# "AxonIvyPortal/PortalApp"
# "Showcase/portal-demo-app"
# )
# for module in "${modules[@]}"; do
# echo "Building $module..."
# mvn clean install -f $module/pom.xml -Divy.engine.directory=$ENGINE_DIR
done
# done

# - name: Deploy Portal Modules
# run: |
Expand Down

0 comments on commit 351549d

Please sign in to comment.