Skip to content

Commit

Permalink
Fix molecule action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Mar 20, 2024
1 parent 0775c39 commit e6e828e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
command: /usr/lib/systemd/systemd
exclude:
- scenario: initdb
image.name: rockylinux9
image.command: /usr/lib/systemd/systemd
image:
name: rockylinux9
command: /usr/lib/systemd/systemd

steps:
- name: Check out the codebase
Expand Down

0 comments on commit e6e828e

Please sign in to comment.