Skip to content

Commit 14a14e9

Browse files
committed
Include GA actions instead of making dependencies
1 parent 8bb9f7f commit 14a14e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/skeletons.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ services:
155155
- 'tests'
156156
- false
157157
- []
158-
- ['tests/controller/main_test.php', 'tests/dbal/fixtures/config.xml', 'tests/dbal/simple_test.php', 'tests/functional/view_test.php', 'phpunit.xml.dist']
158+
- ['tests/controller/main_test.php', 'tests/dbal/fixtures/config.xml', 'tests/dbal/simple_test.php', 'tests/functional/view_test.php', 'phpunit.xml.dist', '.github/workflows/tests.yml']
159159
- 'TEST_DEPLOY'
160160
tags:
161161
- { name: phpbb.skeleton.ext.skeleton }
@@ -165,7 +165,7 @@ services:
165165
arguments:
166166
- 'githubactions'
167167
- false
168-
- ['tests']
168+
- []
169169
- ['.github/workflows/tests.yml']
170170
- 'TEST_DEPLOY'
171171
tags:
@@ -176,7 +176,7 @@ services:
176176
arguments:
177177
- 'githubactions_custom'
178178
- false
179-
- ['tests', 'githubactions']
179+
- []
180180
- ['.github/workflows/tests.yml']
181181
- 'TEST_DEPLOY'
182182
tags:

language/en/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS' => 'Create a GitHub Actions workflow to run tests in your repository?',
124124
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_UI' => 'Github Actions workflow',
125125
'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.',
126-
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM' => 'Should the workflow be fully customizable? (Select this if you plan to modify jobs or steps.)',
127-
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM_UI' => 'Github Actions custom workflow',
126+
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM' => 'Create a fully customisable GitHub Actions workflow? (Select this if you plan to modify jobs or steps.)',
127+
'SKELETON_QUESTION_COMPONENT_GITHUBACTIONS_CUSTOM_UI' => 'Github Actions custom workflow',
128128
'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.',
129129
'SKELETON_QUESTION_COMPONENT_BUILD' => 'Create a sample build script for phing?',
130130
'SKELETON_QUESTION_COMPONENT_BUILD_UI' => 'Build script (phing)',

0 commit comments

Comments
 (0)