Skip to content

Commit 92995bb

Browse files
committed
Sort matrix builds
Signed-off-by: Martin Schurz <[email protected]>
1 parent 752a541 commit 92995bb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/os_hardening.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
include:
3939
- molecule_distro: opensuse_tumbleweed
4040
molecule_docker_command: "/usr/lib/systemd/systemd"
41-
molecule_docker_command:
42-
- "/lib/systemd/systemd"
4341
molecule_distro:
4442
- centosstream9
4543
- rocky8
@@ -53,6 +51,8 @@ jobs:
5351
- debian12
5452
- amazon2023
5553
- arch
54+
molecule_docker_command:
55+
- "/lib/systemd/systemd"
5656
steps:
5757
- name: Checkout repo
5858
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

.github/workflows/ssh_hardening.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
# molecule_docker_command: "/usr/lib/systemd/systemd"
4242
- molecule_distro: alpine
4343
molecule_docker_command: "/sbin/init"
44-
molecule_docker_command:
45-
- "/lib/systemd/systemd"
4644
molecule_distro:
4745
- centosstream9
4846
- rocky8
@@ -56,6 +54,8 @@ jobs:
5654
- debian12
5755
- amazon2023
5856
- arch
57+
molecule_docker_command:
58+
- "/lib/systemd/systemd"
5959
steps:
6060
- name: Checkout repo
6161
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

.github/workflows/ssh_hardening_custom_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
# molecule_docker_command: "/usr/lib/systemd/systemd"
4242
- molecule_distro: alpine
4343
molecule_docker_command: "/sbin/init"
44-
molecule_docker_command:
45-
- "/lib/systemd/systemd"
4644
molecule_distro:
4745
- centosstream9
4846
- rocky8
@@ -56,6 +54,8 @@ jobs:
5654
- debian12
5755
- amazon2023
5856
- arch
57+
molecule_docker_command:
58+
- "/lib/systemd/systemd"
5959
steps:
6060
- name: Checkout repo
6161
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

0 commit comments

Comments
 (0)