Skip to content
Snippets Groups Projects
Commit cb1166aa authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

ci: temporary disabling of tests

parent fbd1bf90
No related branches found
No related tags found
No related merge requests found
Pipeline #75861 failed
......@@ -128,8 +128,8 @@ php8.3_tests:
.tests_template:
rules:
- if: $CI_PIPELINE_SOURCE == "push"
# when: manual
# allow_failure: true
when: manual
allow_failure: true
artifacts:
when: always
reports:
......@@ -180,8 +180,8 @@ php8.1_tests_mutation:
# - php8.1_tests
rules:
- if: $CI_PIPELINE_SOURCE == "push"
# when: manual
# allow_failure: true
when: manual
allow_failure: true
before_script:
- make phive_install_auto-trust-of-predefined-gpg-keys
- cd "${PHP_WEBAPP_DIR}"
......@@ -321,7 +321,7 @@ php8.1_release-build:
extends: ['.php8.1_template']
stage: release
needs:
- php8.1_tests
# - php8.1_tests
- php8.1_linter
- php8.1_coding-standard
- php8.1_composer_validate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment