Skip to content

Commit 252707d

Browse files
committed
Composer: Improve composer scripts call and naming
1 parent 6d5a438 commit 252707d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
actions:
1515
- name: PHPStan
16-
run: composer phpstan
16+
run: composer run phpstan
1717

1818
- name: Nette Tester
19-
run: composer tester -- -C
19+
run: composer run test -- -C
2020

2121
php:
2222
- "8.0"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"scripts": {
4848
"phpstan": "phpstan analyze -c phpstan.neon --level 5",
49-
"tester": "tester tests"
49+
"test": "tester tests"
5050
}
5151
}

0 commit comments

Comments
 (0)