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 27, 2024
1 parent ce23b82 commit cc6b998
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ env:
REPORT_DIR: $GITHUB_WORKSPACE/lighthouse-reports

jobs:
setup:
LightHouseAudit:
runs-on: ubuntu-latest
name: Lighthouse Audit
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down Expand Up @@ -65,10 +66,6 @@ jobs:
ls -la $ENGINE_DIR
ls -la $ENGINE_DIR/bin || true
build:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Start Axon Ivy Engine
run: |
cd "${ENGINE_DIR}/bin"
Expand Down Expand Up @@ -138,10 +135,6 @@ jobs:
cat engine.log
exit 1
audit:
runs-on: ubuntu-latest
needs: build
steps:
- name: Install Chrome Dependencies
run: |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Expand Down

0 comments on commit cc6b998

Please sign in to comment.