Skip to content

Commit 2f74112

Browse files
committed
build: update workflow commands to use Composer for report and test generation
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 0ac1d6d commit 2f74112

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate reports
5151
env:
5252
COMPOSER_ROOT_VERSION: dev-main
53-
run: php bin/dev-tools reports
53+
run: composer dev-tools reports
5454

5555
- name: Fix permissions
5656
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
- name: Run PHPUnit tests
7878
env:
7979
COMPOSER_ROOT_VERSION: dev-main
80-
run: php bin/dev-tools tests -- --coverage=public/coverage --min-coverage=${{ steps.minimum-coverage.outputs.value }}
80+
run: composer dev-tools tests -- --coverage=public/coverage --min-coverage=${{ steps.minimum-coverage.outputs.value }}

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Create Docs Markdown
6363
env:
6464
COMPOSER_ROOT_VERSION: dev-main
65-
run: php bin/dev-tools wiki -- --target=.github/wiki
65+
run: composer dev-tools wiki -- --target=.github/wiki
6666

6767
- name: Commit & push wiki submodule
6868
id: wiki_commit

0 commit comments

Comments
 (0)