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 420dae5 commit c437419
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Set Up Maven
uses: actions/setup-java@v3
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
distribution: 'zulu'
java-version: '21'
cache: 'maven'
maven-version: 3.9.8

- name: Prepare Environment
run: |
Expand Down

0 comments on commit c437419

Please sign in to comment.