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 1aecbd3 commit fe927a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
unzip -o axonivy-engine -d nightly
rm axonivy-engine.zip
# - name: List Engine Files
# run: |
# ls -al $ENGINE_DIR
- name: List Engine Files
run: |
cd /opt/ivy/engine/nightly
ls -al $ENGINE_DIR
- name: Verify Engine Files
run: |
Expand Down

0 comments on commit fe927a6

Please sign in to comment.