X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=00c9f1e296bce89911e9db0199b8e5aaed7e2f62;hb=bd9f680e5ac3b20551b7aafe1d844542cc7a0dab;hp=ae0678b95724175004942f322f00646ec85045ac;hpb=95616e4a28e5d95d9e61d02e3e0f3c4121ca2894;p=e-mobility-charging-stations-simulator.git 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: