From e7e74c81611b0aba97ac499afb5400d03a2ff4da Mon Sep 17 00:00:00 2001 From: Markus Falb Date: Sat, 2 Mar 2024 11:18:26 +0100 Subject: [PATCH 1/2] overwrite crun in reusable-molecule.yml --- .github/workflows/reusable-molecule.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/reusable-molecule.yml b/.github/workflows/reusable-molecule.yml index 96a8478..baa72b4 100644 --- a/.github/workflows/reusable-molecule.yml +++ b/.github/workflows/reusable-molecule.yml @@ -70,6 +70,11 @@ jobs: path: workflows ref: ${{ inputs.targeted_branch }} + - name: Install crun + uses: ./workflows/.github/actions/fixcrun + with: + checksums: ./workflows/CHECKSUMS + - name: Install Ansible uses: ./workflows/.github/actions/installansible with: From e6fcfe521123dbe42b9b2877f2084a8bd0242c43 Mon Sep 17 00:00:00 2001 From: Markus Falb Date: Sat, 2 Mar 2024 12:26:13 +0100 Subject: [PATCH 2/2] test systemd container --- .github/workflows/ci-ci.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ci.yml b/.github/workflows/ci-ci.yml index b51ba9a..a5cd594 100644 --- a/.github/workflows/ci-ci.yml +++ b/.github/workflows/ci-ci.yml @@ -112,9 +112,20 @@ jobs: filename: local-ci-0.1.0.tar.gz targeted_branch: ${{ needs.selectbranch.outputs.ref }} - fixcrun: + crun: runs-on: ubuntu-22.04 steps: + - name: Build Container Image + run: | + cat - >Containerfile <