From 21fd93e9e7f5f7c528c35b58bd4437e1f4978376 Mon Sep 17 00:00:00 2001 From: Rukh-Khan Date: Fri, 3 Jan 2025 10:20:41 +0530 Subject: [PATCH] refactor :.github/workflows/pull-request.yml --- .github/workflows/pull-request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 68e818244b..4ba899a11c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -202,8 +202,7 @@ jobs: Test-Application: name: Test Application runs-on: ubuntu-latest - needs: - [Code-Quality-Checks, Check-ESlint-Disable, Check-Code-Coverage-Disable] + needs: [Code-Quality-Checks, Check-ESlint-Disable, Check-Code-Coverage-Disable] steps: - name: Checkout the Repository uses: actions/checkout@v4