Skip to content

Commit

Permalink
test xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Surfoo committed Jul 15, 2023
1 parent 906b21b commit 33eb618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ jobs:
run: "mkdir -p build/logs"
- uses: "ramsey/composer-install@v2"
- name: "Run unit tests"
env:
XDEBUG_MODE: coverage
run: "./vendor/bin/phpunit --colors=always"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"scripts": {
"phpcs": "./vendor/bin/phpcs src --standard=psr2 -sp",
"rector": "./vendor/bin/rector",
"phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit"
"phpunit": "./vendor/bin/phpunit"
}
}

0 comments on commit 33eb618

Please sign in to comment.