call correct molecule task

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2022-07-09 00:57:26 +02:00
parent e742330a41
commit 8f3f724380

View file

@ -1,5 +1,5 @@
---
name: "devsec.os_hardening"
name: "devsec.os_hardening VM"
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
@ -38,7 +38,7 @@ jobs:
- name: Test with molecule
run: |
molecule --version
molecule test -s os_hardening
molecule test -s os_hardening_vm
env:
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
working-directory: ansible_collections/devsec/hardening