fix(cicd): test idempotence on ssh custom tests (#807)

Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
This commit is contained in:
Sebastian Gumprich 2024-10-13 20:12:21 +02:00 committed by GitHub
parent 19ac284200
commit aa737011e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -80,7 +80,7 @@ jobs:
export MOLECULE_DOCKER_COMMAND="/usr/lib/systemd/systemd"
fi
molecule --version
molecule converge -s ssh_hardening_custom_tests
molecule test -s ssh_hardening_custom_tests
env:
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
working-directory: ansible_collections/devsec/hardening

View file

@ -52,5 +52,4 @@ scenario:
- check
- converge
- idempotence
- verify
- destroy