Skip to content

Commit

Permalink
Adding changes to resolve #62
Browse files Browse the repository at this point in the history
   - ignore_errors set to true in to the goss tests execution task
   - Change log update
  • Loading branch information
ultraheroe committed Mar 8, 2021
1 parent c7be640 commit 2838871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Added
### Changed
### Fixed
- *[#62](https://github.com/idealista/cookiecutter-ansible-role/issues/62) molecule verify fails and breaks the run when at least one test fail* @ultraheroe
### Removed

## [2.5.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.0)
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.app_name}}_role/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
command: "{% raw %}{{{% endraw %} goss_dst {% raw %}}}{% endraw %} -g {% raw %}{{{% endraw %} item {% raw %}}}{% endraw %} validate --format {% raw %}{{{% endraw %} goss_format {% raw %}}}{% endraw %}"
register: test_results
with_items: "{% raw %}{{{% endraw %} test_files.stdout_lines {% raw %}}}{% endraw %}"
ignore_errors: true

- name: Display details about the Goss results
debug:
Expand Down

0 comments on commit 2838871

Please sign in to comment.