Skip to content

Commit ff1e9c0

Browse files
committed
Update GitHub Actions
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 3e9e395 commit ff1e9c0

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/reports.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
with:
4848
php_version: '8.3'
4949
php_extensions: pcov
50-
command: 'dev-tools'
51-
args: 'reports'
50+
command: 'dev-tools reports'
5251

5352
- name: Fix permissions
5453
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
with:
5151
php_version: ${{ matrix.php-version }}
5252
php_extensions: pcov
53-
command: 'dev-tools'
54-
args: 'tests -- --coverage=./public/coverage'
53+
command: 'dev-tools tests'
54+
args: '--coverage=./public/coverage'
5555

5656
- name: Ensure minimum code coverage
5757
run: php vendor/bin/coverage-check ./public/coverage/clover.xml 80

.github/workflows/wiki.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
uses: php-actions/composer@v6
4949
with:
5050
php_version: '8.3'
51-
command: 'dev-tools'
52-
args: 'docs'
51+
command: 'dev-tools docs'
5352

5453
- name: Prepare wiki submodule branch
5554
id: wiki_branch

0 commit comments

Comments
 (0)