update REFERENCE #6
pdk.yml
on: pull_request
validate
47s
unit-test
54s
Annotations
4 errors and 2 warnings
unit-test:
spec/classes/postfix_spec.rb#L46
postfix on debian-11-x86_64 with server package is expected to contain Package[mypackage] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('mypackage')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[mypackage] with ensure set to "present" but it is set to "installed"
|
unit-test:
spec/classes/postfix_spec.rb#L46
postfix on debian-12-x86_64 with server package is expected to contain Package[mypackage] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('mypackage')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[mypackage] with ensure set to "present" but it is set to "installed"
|
unit-test:
spec/classes/postfix_spec.rb#L46
postfix on ubuntu-22.04-x86_64 with server package is expected to contain Package[mypackage] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('mypackage')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[mypackage] with ensure set to "present" but it is set to "installed"
|
unit-test
Process completed with exit code 1.
|
validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|