We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8725777 + 13adf10 commit 639764eCopy full SHA for 639764e
2 files changed
.github/workflows/tests.yml
@@ -42,4 +42,4 @@ jobs:
42
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
43
44
- name: Execute tests
45
- run: sudo vendor/bin/phpunit
+ run: composer test
composer.json
@@ -75,6 +75,7 @@
75
"cp vendor/dragon-code/codestyler/.editorconfig .editorconfig",
76
"composer normalize"
77
],
78
- "style": "vendor/bin/pint --parallel"
+ "style": "vendor/bin/pint --parallel",
79
+ "test": "vendor/bin/phpunit"
80
}
81
0 commit comments