Skip to content

Commit 7b7ead8

Browse files
committed
running podman load might create the missing session.slice
1 parent c5c2956 commit 7b7ead8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
working-directory: molecule/images
8080
if: matrix.image == 'localhost/rocky9systemd'
8181

82+
- name: Load rocky8 container image
83+
run: podman load --input ${{ matrix.image }}
84+
if: matrix.image != 'localhost/rocky9systemd'
85+
8286
- name: Set up Python 3.
8387
uses: actions/setup-python@v4
8488
with:

0 commit comments

Comments
 (0)