Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
64552e63 by Philipp Hörist at 2025-10-21T09:02:51+02:00
ci: Make sure tests run always

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -9,8 +9,7 @@ stages:
 test-isort:
   stage: test
   rules:
-    - changes:
-      - "**/*.py"
+    - when: always
   script:
     - isort --version
     - isort --check .
@@ -19,8 +18,7 @@ test-isort:
 test-black:
   stage: test
   rules:
-    - changes:
-      - "**/*.py"
+    - when: always
   script:
     - black --version
     - black --check .
@@ -29,8 +27,7 @@ test-black:
 test-ruff:
   stage: test
   rules:
-    - changes:
-      - "**/*.py"
+    - when: always
   script:
     - ruff --version
     - ruff check .
@@ -39,8 +36,7 @@ test-ruff:
 test-pyright:
   stage: test
   rules:
-    - changes:
-      - "**/*.py"
+    - when: always
   script:
     - pip install git+https://github.com/pygobject/pygobject-stubs.git
     - pyright --version
@@ -49,6 +45,8 @@ test-pyright:
 
 test-unittest:
   stage: test
+  rules:
+    - when: always
   script:
     - python -m unittest discover -v
   interruptible: true
@@ -56,6 +54,8 @@ test-unittest:
 build-unix:
   stage: build
   dependencies: []
+  rules:
+    - when: always
   script:
     - pip install git+https://dev.gajim.org/gajim/release-helper.git
     - pip install build



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/64552e63822ef4d750f78aecee2430c0fc57fc1b

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/64552e63822ef4d750f78aecee2430c0fc57fc1b
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to