From 6e615d9fea8d3c90204f7d7625b128ec31a76bd7 Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:00:52 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead of Jenkins-14 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 90fcd054eff..50f26703764 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -96,7 +96,7 @@ jobs: cd - - name: Run Sonar Scanner - working-directory: src/app + working-directory: ${{ github.workspace }}/app_dist env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: |