From e8a5b99919c4ed365c399a84f236a80657c6f844 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 2 May 2024 21:23:23 +0200 Subject: [PATCH] CI: fix coverage reporting --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bc9d29..24506b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: name: "Ruby ${{ matrix.ruby }} - Puppet ${{ matrix.puppet }}" steps: - name: Enable coverage reporting on Ruby 3.1 - if: matrix.puppet == '~> 7.0' && matrix.ruby == '3.1' + if: matrix.puppet == '~> 7.24' && matrix.ruby == '3.1' run: echo 'COVERAGE=yes' >> $GITHUB_ENV - uses: actions/checkout@v4 - name: Install expect