Actually fail tests...

This commit is contained in:
Jake Howard 2017-10-08 14:18:11 +01:00
parent 8d89257d28
commit d0996e2b19
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,5 +8,5 @@ jobs:
steps:
- checkout
- run: gem install puppet-lint
- run: puppet-lint modules/
- run: puppet-lint manifests/
- run: puppet-lint modules/ --fail-on-warnings
- run: puppet-lint manifests/ --fail-on-warnings