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 9e945cb commit 603d733
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env: # Define reusable environment variables
ENGINE_DIR: ${{ github.workspace }}/AxonIvyPortal/engine
ENGINE_URL: https://developer.axonivy.com/permalink/nightly/axonivy-engine-windows.zip

jobs:
build:
Expand Down Expand Up @@ -39,8 +40,8 @@ jobs:
- name: Download Engine
run: |
echo "Downloading engine from ${{ github.event.inputs.engineDownloadURL }}..."
curl -L ${{ github.event.inputs.engineDownloadURL }} -o engine.zip
echo "Downloading engine from ${{ ENGINE_URL }}..."
curl -L ${{ ENGINE_URL }} -o engine.zip
unzip -q engine.zip -d $ENGINE_DIR
- name: Build Portal Modules
Expand Down

0 comments on commit 603d733

Please sign in to comment.