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 be44489 commit ca95f5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:

- name: Build Docker Image for Portal Modules
run: |
set -e
docker build -t build-portal-modules -f build/Dockerfile .
- name: Build Maven Modules Inside Docker
run: |
set -e
docker run --rm \
-v ${{ env.CACHE_DIR }}:/home/build/ \
Expand Down Expand Up @@ -95,7 +93,6 @@ jobs:

- name: Deploy Maven Modules Inside Docker
run: |
set -e
docker run --rm \
-v ${{ env.CACHE_DIR }}:/home/build/ \
Expand Down

0 comments on commit ca95f5b

Please sign in to comment.