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 91556cc commit 420dae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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
ENGINE_URL: https://developer.axonivy.com/permalink/nightly/axonivy-engine.zip

jobs:
build:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Download Engine
run: |
echo "Downloading engine from $ENGINE_URL ..."
curl -L $ ENGINE_URL -o engine.zip
curl -L $ENGINE_URL -o engine.zip
unzip -q engine.zip -d $ENGINE_DIR
- name: Build Portal Modules
Expand Down

0 comments on commit 420dae5

Please sign in to comment.