Skip to content

Commit

Permalink
fix(cicd): test idempotence on ssh custom tests (#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
  • Loading branch information
rndmh3ro authored Oct 13, 2024
1 parent 19ac284 commit aa73701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssh_hardening_custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion molecule/ssh_hardening_custom_tests/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ scenario:
- check
- converge
- idempotence
- verify
- destroy

0 comments on commit aa73701

Please sign in to comment.