From cc6b9983a92a010a3f337870d5456bf7f9a0e304 Mon Sep 17 00:00:00 2001 From: nhthinh-axonivy Date: Fri, 27 Dec 2024 14:03:52 +0700 Subject: [PATCH] feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report --- .github/workflows/lighthouse-report.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 4dee9645bb..6e4c6d4be3 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -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 @@ -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" @@ -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 -