Skip to content
Snippets Groups Projects
Commit f6e0accd authored by Adam G-H's avatar Adam G-H Committed by Ted Bowman
Browse files

Restore all test groups

parent 718f8b9f
No related branches found
No related tags found
No related merge requests found
......@@ -15,30 +15,30 @@ build:
# deprecated code.
run_tests.phpunit:
types: 'PHPUnit-Unit'
testgroups: 'auto_updates,package_manager'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.kernel:
types: 'PHPUnit-Kernel'
testgroups: 'auto_updates,package_manager'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.build:
# Limit concurrency due to disk space concerns.
concurrency: 15
types: 'PHPUnit-Build'
testgroups: 'auto_updates,package_manager'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.functional:
types: 'PHPUnit-Functional'
testgroups: 'auto_updates,package_manager'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
run_tests.javascript:
concurrency: 15
types: 'PHPUnit-FunctionalJavascript'
testgroups: 'auto_updates,package_manager'
testgroups: '--all'
suppress-deprecations: false
halt-on-fail: false
# Run nightwatch testing.
......
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