diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-07 17:13:55 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-07 17:16:46 +0200 |
| commit | 28dad8e7184e131c434a935e70b40f400cece665 (patch) | |
| tree | fffbfc46cbb1e33efa42a764cd3e024725010cf7 /.github | |
| parent | 01f6f5665beefb0e223e022d07fb9770a7cdbeb6 (diff) | |
Add cgit role with testing of molecule service
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
