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 7100067 commit 9596494
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,20 @@ jobs:
cp Showcase/portal-developer-examples/target/*.iar $DEPLOYMENT
cp Showcase/portal-components-examples/target/*.iar $DEPLOYMENT
- name: Start Engine
- name: Set JAVA_HOME for Axon Ivy Engine
run: |
export JAVA_HOME=/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11/x64
export PATH=$JAVA_HOME/bin:$PATH
java -version
- name: Start Axon Ivy Engine
run: |
cd $ENGINE_DIR/bin
./AxonIvyEngine
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11/x64
PATH: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.5-11/x64/bin:$PATH

lighthouse-audit:
name: Lighthouse Audit
needs: build
Expand Down

0 comments on commit 9596494

Please sign in to comment.