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 | d3cb7d3f393a1a0088e2da57da500c93a0220459 (patch) | |
| tree | fffbfc46cbb1e33efa42a764cd3e024725010cf7 /.github/workflows | |
| parent | 4d42a2b0950882bf63380a08c90007970c38b4ce (diff) | |
Add cgit role with testing of molecule service
Diffstat (limited to '.github/workflows')
| -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 |
