From: Jérôme Benoit Date: Wed, 26 Oct 2022 08:54:51 +0000 (+0200) Subject: Disable web ui sonar CI action X-Git-Tag: v1.1.86~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c2d3028f2593d516d2a4e0c8d2bb646f6052a392;p=e-mobility-charging-stations-simulator.git Disable 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 ae0678b9..00c9f1e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,14 +64,14 @@ jobs: # - name: npm run coverage # if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'" # run: npm run coverage - - 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 }} + # - 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 }} build-docker: runs-on: ubuntu-latest steps: