From: Jérôme Benoit Date: Wed, 26 Oct 2022 08:42:45 +0000 (+0200) Subject: Fix web ui sonar CI action X-Git-Tag: v1.1.86~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=inline;h=95616e4a28e5d95d9e61d02e3e0f3c4121ca2894;p=e-mobility-charging-stations-simulator.git Fix web ui sonar CI action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 536fdf4f..ae0678b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,8 @@ jobs: - name: SonarCloud Scan if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'" uses: sonarsource/sonarcloud-github-action@master + with: + projectBaseDir: ui/web env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}