summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-12-13 15:04:29 +0100
committerAhmed AbdelHalim <[email protected]>2025-12-13 15:08:31 +0100
commit82c9572d74cea544db2f302cf3fca2c70390be62 (patch)
tree0df63bbad81508d954781d738f18ba15cb8ba5ab /.github
parent272e7fbd211c9b5d88d22a2a625e86318063fdfb (diff)
Fix testing archlinux (gnome/hyprland conflict)
Since the setup is intended to use either gnome or hyprland on archlinux but not both on the same machine to avoid complicated and unexpected behavior. This splits the testing of archlinux into 2 different branches for each of the desktop environments
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ef5fd27b..2ee6fcde 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,6 +32,8 @@ jobs:
molecule_distro:
- name: archlinux
runs_on: "ubuntu-latest"
+ - name: archlinux-gnome
+ runs_on: "ubuntu-latest"
- name: ubuntu
runs_on: "ubuntu-latest"
- name: debian