Skip to content

Commit

Permalink
Integration tests are disabled from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzaycev committed May 22, 2024
1 parent baeff4f commit b25ee0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
- name: Run tests with Phpunit
run: |
XDEBUG_MODE=coverage php vendor/bin/phpunit
XDEBUG_MODE=coverage php vendor/bin/phpunit --testsuite unit
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"phplint": "phplint -c .phplint.yml",
"phpstan": "phpstan analyse -c phpstan.neon --ansi --xdebug",
"test": [
"@test:unit",
"@test:integration"
"@test:unit"
],
"checks": [
"@phplint",
Expand Down

0 comments on commit b25ee0e

Please sign in to comment.