Skip to content

Commit bda6932

Browse files
committed
Run qa using composer scripts
1 parent 3c55336 commit bda6932

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ jobs:
3333
--no-interaction
3434
--no-progress
3535
- name: "Run analysis"
36-
run: >-
37-
./vendor/bin/phpstan analyze src
38-
--no-progress
39-
--memory-limit=-1
40-
-c phpstan.neon
36+
run: "composer phpstan"

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,4 @@ jobs:
4747
--no-progress
4848
${{ matrix.composer-options }}
4949
- name: "Run tests"
50-
run: >-
51-
./vendor/bin/phpunit
52-
--display-incomplete
53-
--display-skipped
54-
--display-deprecations
55-
--display-errors
56-
--display-notices
57-
--display-warning
50+
run: "composer phpunit"

0 commit comments

Comments
 (0)