X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=5b240db0c190eeab896cef6273c3066303f00677;hb=edbc15c62f491f28a09a03a4cc134a8a9522059e;hp=8a45b3792af11d5dad07dd28e295efe2f6d19506;hpb=563b18cd8fe9c211f15e9da91a299f2819abea01;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a45b379..5b240db0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: pnpm test - name: Coverage Report - if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} run: pnpm coverage - name: Check for SonarCloud Token Availability @@ -69,7 +69,7 @@ jobs: - name: SonarCloud Code Analysis if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} - uses: sonarsource/sonarcloud-github-action@v2.0.1 + uses: sonarsource/sonarcloud-github-action@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}