From d3cb7d3f393a1a0088e2da57da500c93a0220459 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 17:13:55 +0200 Subject: Add cgit role with testing of molecule service --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14dcba3f..b4bd2f64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: runs_on: "ubuntu-latest" - name: raspberrypi runs_on: "ubuntu-24.04-arm" + - name: git + runs_on: "ubuntu-latest" runs-on: ${{ matrix.molecule_distro.runs_on }} steps: - uses: actions/checkout@v6 @@ -58,6 +60,7 @@ jobs: run: | # Use example group_vars files for testing instead of encrypted files for f in group_vars/*.example; do mv "$f" "$(echo "$f" | sed s/\.example//)"; done + for f in host_vars/*.example; do mv "$f" "$(echo "$f" | sed s/\.example//)"; done - name: Run env: PY_COLORS: 1 -- cgit v1.2.3