From cc3b4d3afdd2f9259c485d638434079e00fe46b4 Mon Sep 17 00:00:00 2001
From: Bart Jaskulski <bjaskulski@protonmail.com>
Date: Tue, 19 Nov 2024 12:23:10 +0100
Subject: [PATCH] fix: do not block pipeline with manual job

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
---
 includes/tests/unit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/includes/tests/unit.yml b/includes/tests/unit.yml
index f113d54..910a2b5 100644
--- a/includes/tests/unit.yml
+++ b/includes/tests/unit.yml
@@ -21,6 +21,7 @@ test:unit:
     - exists:
         - phpunit-unit.xml
       when: manual
+      allow_failure: true
   coverage: '/^\s*Lines:\s*\d+.\d+\%/'
   artifacts:
     paths:
-- 
GitLab