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 86724d1 commit be44489
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,16 @@ jobs:
with:
name: build-output

- name: Load Common Utils
- name: Install Groovy
run: |
echo "Loading common utils"
# Simulate loading 'utils.groovy'
sudo apt update
sudo apt install -y groovy
- name: Load Common Utils
run: |
set -e
docker build -t deploy-modules-to-engine -f build/Dockerfile .
groovy build/common/utils.groovy
- name: Build Docker Image for Deployment
run: docker build -t deploy-modules-to-engine -f build/Dockerfile .

- name: Deploy Maven Modules Inside Docker
Expand Down

0 comments on commit be44489

Please sign in to comment.