X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=3cc5a31dc7bbc76a5409c89e024adebf56ff6a55;hb=a4beba2d2d81f4b122eceff72c2a495c27180011;hp=c3df8707b10176fac04c1ec35b640b50a765d8b3;hpb=67782acd4c8c282711910436be9ca56e481b9590;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3df8707..3cc5a31d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Install Poetry - run: | - python -m pip install --upgrade pip - pip install poetry + run: pip install poetry - name: Install Dependencies run: poetry install --no-root - name: Lint @@ -89,7 +87,7 @@ jobs: run: pnpm coverage - name: SonarCloud Scan if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - uses: sonarsource/sonarcloud-github-action@v2.2.0 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -140,7 +138,7 @@ jobs: run: pnpm coverage - name: SonarCloud Scan if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - uses: sonarsource/sonarcloud-github-action@v2.2.0 + uses: sonarsource/sonarcloud-github-action@v2.3.0 with: projectBaseDir: ui/web env: