From 420dae5899967d7c093fb330052fbc8f8359fe80 Mon Sep 17 00:00:00 2001 From: nhthinh-axonivy Date: Wed, 25 Dec 2024 17:57:40 +0700 Subject: [PATCH] feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report --- .github/workflows/lighthouse-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 7eee7d2b1c..fd32bcc4d3 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -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: @@ -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