mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
Update README
Remove the debian-part in testing.
This commit is contained in:
parent
7b5fa53f3a
commit
be279bdb6b
1 changed files with 1 additions and 4 deletions
|
@ -61,12 +61,9 @@ bundle exec thor kitchen:fetch-remote-tests
|
|||
# fast test on one machine
|
||||
bundle exec kitchen test default-ubuntu-1204
|
||||
|
||||
# test on all machines except Debian-based machines
|
||||
# test on all machines
|
||||
bundle exec kitchen test
|
||||
|
||||
# test on Debian-based machines
|
||||
KITCHEN_YAML=".kitchen_debian.yml" bundle exec kitchen test
|
||||
|
||||
# for development
|
||||
bundle exec kitchen create default-ubuntu-1204
|
||||
bundle exec kitchen converge default-ubuntu-1204
|
||||
|
|
Loading…
Reference in a new issue