mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"$schema": "../check-extension.schema.json",
|
|
"jobs": {
|
|
"unit-test-extension": true,
|
|
"compile-extension": true,
|
|
"coding-standard": true,
|
|
"integration_test": {
|
|
"services": ["search", "cache"]
|
|
}
|
|
}
|
|
}
|