mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
call correct molecule task
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
e742330a41
commit
8f3f724380
1 changed files with 2 additions and 2 deletions
4
.github/workflows/os_hardening_vm.yml
vendored
4
.github/workflows/os_hardening_vm.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue