File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ public function setUp(): void
9292 'group ' => 'TEST_DEPLOY ' ,
9393 ],
9494 'githubactions ' => [
95+ 'default ' => false ,
96+ 'dependencies ' => ['tests ' ],
97+ 'files ' => ['.github/workflows/tests.yml ' ],
98+ 'group ' => 'TEST_DEPLOY ' ,
99+ ],
100+ 'githubactions_custom ' => [
95101 'default ' => false ,
96102 'dependencies ' => [],
97103 'files ' => ['.github/workflows/tests.yml ' ],
@@ -185,6 +191,7 @@ public function get_questions()
185191// 'SKELETON_QUESTION_COMPONENT_PERMISSIONS' => 'y',
186192 'SKELETON_QUESTION_COMPONENT_TESTS ' => 'y ' ,
187193 'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS ' => 0 ,
194+ 'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM ' => null ,
188195// 'SKELETON_QUESTION_COMPONENT_BUILD' => 'y',
189196 ];
190197 }
You can’t perform that action at this time.
0 commit comments