X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=a029a1863671183a953a2cf8650a3282aa47ed51;hb=c4d8442aed5e5a9d6cde9f3bfd721be3033c1eef;hp=8a45b3792af11d5dad07dd28e295efe2f6d19506;hpb=563b18cd8fe9c211f15e9da91a299f2819abea01;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a45b379..a029a186 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