mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-15 13:51:20 +00:00
feat(setup-install): run with --no-interaction
This commit is contained in:
@@ -24,6 +24,7 @@ const BASE_ARGS = [
|
||||
'--admin-firstname=Admin',
|
||||
'--admin-lastname=User',
|
||||
'--backend-frontname=admin',
|
||||
'--no-interaction',
|
||||
];
|
||||
|
||||
const parsePort = (svc: ServiceConfig | undefined, index: 0 | 1, fallback: string): string => {
|
||||
|
||||
Reference in New Issue
Block a user