Skip to content

Commit e82b459

Browse files
committed
Test updates
1 parent 5ffb405 commit e82b459

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/console/create_test.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)