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 a5f45b6 + f81e3c6 commit a647ec6Copy full SHA for a647ec6
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: composer install --prefer-dist --no-suggest --no-progress
25
- name: Run tests
26
- run: composer run test
+ run: vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer
27
lint:
28
runs-on: ubuntu-latest
29
name: Lint project files
composer.json
@@ -24,7 +24,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8.5",
- "squizlabs/php_codesniffer": "^3.5"
+ "squizlabs/php_codesniffer": "^3.5",
+ "mheap/phpunit-github-actions-printer": "^1.4"
30
"scripts": {
31
"lint": [
0 commit comments