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 19151a5 commit 9e945cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
- name: Set Up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '21'

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

- name: Prepare Environment
run: |
Expand Down

0 comments on commit 9e945cb

Please sign in to comment.