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 26, 2024
1 parent 42212b3 commit 2c5a136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
run: |
echo "Downloading engine from $ENGINE_URL ..."
cd /opt/ivy/engine
wget $ENGINE_URL -o engine.zip
unzip -o engine.zip -d nightly
rm engine.zip
wget $ENGINE_URL -o axonivy-engine
unzip -o axonivy-engine -d nightly
rm axonivy-engine
- name: List Engine Files
run: |
Expand Down

0 comments on commit 2c5a136

Please sign in to comment.