Skip to content
Snippets Groups Projects
Verified Commit cc3b4d3a authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: do not block pipeline with manual job

parent 047a52e6
Branches
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ test:unit: ...@@ -21,6 +21,7 @@ test:unit:
- exists: - exists:
- phpunit-unit.xml - phpunit-unit.xml
when: manual when: manual
allow_failure: true
coverage: '/^\s*Lines:\s*\d+.\d+\%/' coverage: '/^\s*Lines:\s*\d+.\d+\%/'
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment