-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement toggles for integration tests flags
Currently, all of `--retry-on-error`, `--continue-on-error` and `--diff` are always passed to `ansible-test` when this action is running integration tests. This patch converts each of them into individual inputs that are enabled by default but can be set to `false` when it's useful to the tested collection. The new input names are: * `integration-continue-on-error` * `integration-diff` * `integration-retry-on-error`
- Loading branch information
1 parent
647b408
commit 40cb17b
Showing
3 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters