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.
1 parent 5530b05 commit d45ae05Copy full SHA for d45ae05
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
# Example: running PHPUnit test suite located in /tests directory.
109
# Customize the following command based on your actual testing framework.
110
composer update --no-interaction --prefer-dist
111
- #vendor/bin/phpunit --configuration phpunit.xml.dist
+ vendor/bin/phpunit --configuration phpunit.xml.dist
112
113
# Tear down Docker Compose
114
- name: Shut down Docker Compose
0 commit comments