We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffb405 commit e82b459Copy full SHA for e82b459
1 file changed
tests/console/create_test.php
@@ -92,6 +92,12 @@ public function setUp(): void
92
'group' => 'TEST_DEPLOY',
93
],
94
'githubactions' => [
95
+ 'default' => false,
96
+ 'dependencies' => ['tests'],
97
+ 'files' => ['.github/workflows/tests.yml'],
98
+ 'group' => 'TEST_DEPLOY',
99
+ ],
100
+ 'githubactions_custom' => [
101
'default' => false,
102
'dependencies' => [],
103
'files' => ['.github/workflows/tests.yml'],
@@ -185,6 +191,7 @@ public function get_questions()
185
191
// 'SKELETON_QUESTION_COMPONENT_PERMISSIONS' => 'y',
186
192
'SKELETON_QUESTION_COMPONENT_TESTS' => 'y',
187
193
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS' => 0,
194
+ 'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM' => null,
188
195
// 'SKELETON_QUESTION_COMPONENT_BUILD' => 'y',
189
196
];
190
197
}
0 commit comments