diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d64d29..291a9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: - "ubuntu-latest" - "windows-latest" name: "spec (${{ matrix.runs_on }} ruby ${{ matrix.ruby_version }} | puppet ${{matrix.puppet_gem_version}})" - uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main" + uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@CAT-1618-add_in_code_coverage" secrets: "inherit" with: - rake_task: "spec:coverage" + rake_task: "spec" ruby_version: ${{ matrix.ruby_version }} puppet_gem_version: ${{ matrix.puppet_gem_version }} runs_on: ${{ matrix.runs_on }}