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: |