Skip to content

Commit

Permalink
CI: fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent 6f620e0 commit e8a5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8a5b99

Please sign in to comment.