Skip to content

Commit 49451ff

Browse files
committed
Re-word GA to make better sense in CLI usage
1 parent d2ad622 commit 49451ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/skeletons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ services:
176176
arguments:
177177
- 'githubactions_custom'
178178
- false
179-
- ['tests']
179+
- ['tests', 'githubactions']
180180
- ['.github/workflows/tests.yml']
181181
- 'TEST_DEPLOY'
182182
tags:

language/en/common.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
'SKELETON_QUESTION_COMPONENT_TESTS' => 'Create sample PHPUnit tests?',
120120
'SKELETON_QUESTION_COMPONENT_TESTS_UI' => 'Tests (PHPUnit)',
121121
'SKELETON_QUESTION_COMPONENT_TESTS_EXPLAIN' => 'Unit tests can test an extension to verify that specific portions of its source code work properly. This helps ensure basic code integrity and prevents regressions as an extension is being developed and debugged.',
122-
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS' => 'Create a GitHub Actions workflow using phpBB’s test framework?',
122+
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS' => 'Create a GitHub Actions workflow to run tests in your repository?',
123123
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_UI' => 'Github Actions workflow',
124-
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_EXPLAIN' => 'Creates a GitHub Actions workflow to run PHPUnit tests on your repository using phpBB’s official test framework. The workflow YML file will be placed in the .github/workflows folder and will run tests automatically on each commit and pull request.',
125-
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM' => 'Create a custom GitHub Actions workflow for test execution?',
124+
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_EXPLAIN' => 'Creates a GitHub Actions workflow to run PHPUnit tests on your repository using a framework maintained by phpBB. The workflow YML file will be placed in the .github/workflows folder and will run tests automatically on each commit and pull request.',
125+
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM' => 'Should the workflow be fully customizable? (Select this if you plan to modify jobs or steps.)',
126126
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM_UI' => 'Github Actions custom workflow',
127127
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM_EXPLAIN' => 'Creates a customisable GitHub Actions workflow to run PHPUnit tests on your repository. This workflow is flexible to fit your specific testing needs and will be saved in the .github/workflows folder, triggered by each commit and pull request. Choosing this will override the non-customisable workflow.',
128128
'SKELETON_QUESTION_COMPONENT_BUILD' => 'Create a sample build script for phing?',

0 commit comments

Comments
 (0)