mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"$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"]
|
|
}
|
|
}
|
|
}
|