mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add extra sanity tests (#43)
* Prepare extra sanity tests. * Run some extra sanity tests. * Linting. * Experimenting * Linting. * Run tests in docker container. * Improve run code. * Use requests instead of Ansible code (which needs to be installed first). * Refactor and add more debugging. * More ls. * More ls. * More ls in container. * Copy cwd into container. * Improve container handling. * Make tests configurable. * Using proper argument parser. * Add colors. * Allow to disable test. * Always run all tests for now. (Change detection needs to know about git I think). * Use argument parser for main executable. Force colors for CI. * Allow to specify targets. * Linting. * Switch to ansibulled-changelog. * Use runner from community.internal_test_tools (current dev branch for runner). * Clone official repository instead of my fork/branch.
This commit is contained in:
@@ -9,6 +9,7 @@ matrix:
|
||||
- env: T=none
|
||||
include:
|
||||
- env: T=devel/sanity/1
|
||||
- env: T=devel/sanity/extra
|
||||
|
||||
- env: T=devel/units/2.7/1
|
||||
- env: T=devel/units/3.5/1
|
||||
|
||||
Reference in New Issue
Block a user