Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
build_settings:
ignore:
- vendor
- tests
setup:
composer:
action: install
env:
SKIP_DB_TESTS: '0'
POSTGRESQL_USER: '%SECRET:postgres_testdb_user%'
POSTGRESQL_PASSWORD: '%SECRET:postgres_testdb_password%'
POSTGRESQL_DBNAME: '%SECRET:postgres_testdb_name%_%BUILD_ID%'
MYSQL_USER: '%SECRET:mysql_testdb_user%'
MYSQL_PASSWORD: '%SECRET:mysql_testdb_password%'
MYSQL_DBNAME: '%SECRET:mysql_testdb_name%_%BUILD_ID%'
shell:
execute_all: true
commands:
- "cd ~ && ./create_test_ci_mysql_db.sh %BUILD_ID%"
- "cd ~ && ./create_test_ci_postgres_db.sh %BUILD_ID%"
test:
php_unit:
config:
- phpunit.xml.dist
coverage: true
php_cs_fixer:
args: '--allow-risky=yes'
errors: true
report_errors: true
config: .php-cs-fixer.dist.php
allow_failures: true
php_cpd:
allow_failures: true
ignore:
- 'src/Languages'
php_loc:
allow_failures: true
php_parallel_lint:
allow_failures: true
security_checker:
binary_type: symfony
allow_failures: false
complete:
shell:
commands:
- "cd ~ && ./drop_test_ci_mysql_db.sh %BUILD_ID%"
- "cd ~ && ./drop_test_ci_postgres_db.sh %BUILD_ID%"
email_notify:
default_mailto_address: poisoncorpsee@gmail.com
telegram_notify:
auth_token: "%SECRET:telegram_auth_token%"
recipients:
- "%SECRET:telegram_chat_id%"
send_log: false