{ "$schema": "../check-store.schema.json", "jobs": { "unit-test": true, "coding-standard": true, "integration-test": { "services": ["search", "queue", "cache"] }, "smoke-test": { "services": ["search", "queue", "cache", "nginx", "php-fpm"], "probes": ["page", "graphql"] } } }