Skip to content

Commit 9ef49d8

Browse files
Kocalondrejmirtes
authored andcommitted
chore: forgot to change phing path to make
1 parent 4530d56 commit 9ef49d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545

4646
- name: "Lint"
47-
run: "vendor/bin/phing lint"
47+
run: "makea lint"
4848

4949
coding-standards:
5050
name: "Coding Standard"
@@ -68,10 +68,10 @@ jobs:
6868
run: "composer install --no-interaction --no-progress --no-suggest"
6969

7070
- name: "Lint"
71-
run: "vendor/bin/phing lint"
71+
run: "makea lint"
7272

7373
- name: "Coding Standard"
74-
run: "vendor/bin/phing cs"
74+
run: "makea cs"
7575

7676
tests:
7777
name: "Tests"
@@ -113,7 +113,7 @@ jobs:
113113
run: "composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
114114

115115
- name: "Tests"
116-
run: "vendor/bin/phing tests"
116+
run: "makea tests"
117117

118118
static-analysis:
119119
name: "PHPStan"
@@ -149,4 +149,4 @@ jobs:
149149
run: "composer require --dev phpunit/phpunit:'^9.5' --update-with-dependencies"
150150

151151
- name: "PHPStan"
152-
run: "vendor/bin/phing phpstan"
152+
run: "makea phpstan"

0 commit comments

Comments
 (0)