Skip to content

Commit

Permalink
Merge pull request #374 from bastelfreak/foo
Browse files Browse the repository at this point in the history
CI: fix coverage reporting
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents 6f620e0 + e8a5b99 commit ceea7db
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 ceea7db

Please sign in to comment.