Skip to content
Snippets Groups Projects
Commit a42dffeb authored by jurgenhaas's avatar jurgenhaas
Browse files

Disable PHPCS and PHPUnit tests by default

parent 847055b9
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ variables:
DISABLE_CI_TESTS: 0
DISABLE_CI_TEST_BACKSTOP: 1
DISABLE_CI_TEST_BEHAT: 0
DISABLE_CI_TEST_CODESTYLE: 0
DISABLE_CI_TEST_CODESTYLE: 1
DISABLE_CI_TEST_CYPRESSE2E: 1
DISABLE_CI_TEST_INVENTORY: 1
DISABLE_CI_TEST_PHPUNIT: 0
DISABLE_CI_TEST_PHPUNIT: 1
DISABLE_CONFIG_IMPORT: 0
DISABLE_DEPLOYMENT: 0
DISABLE_DEPLOYMENT_LOCAL: 1
......
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