diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-06 00:41:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-06 00:52:13 +0200 |
| commit | e0818afab6a746585a242d6e770a6542bd251dcb (patch) | |
| tree | 6b3db519faaa9e8d41b3280529b76eca8079b9ed /.github/workflows | |
| parent | f37aea7b69c822f39ea4326036efae2844e37475 (diff) | |
Add testing for proxmox
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88d817dd..14dcba3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: runs_on: "ubuntu-latest" - name: debian runs_on: "ubuntu-latest" + - name: proxmox + runs_on: "ubuntu-latest" - name: raspberrypi runs_on: "ubuntu-24.04-arm" runs-on: ${{ matrix.molecule_distro.runs_on }} |
