Skip to content

Commit d45ae05

Browse files
authored
Enable WP core tests
1 parent 5530b05 commit d45ae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# Example: running PHPUnit test suite located in /tests directory.
109109
# Customize the following command based on your actual testing framework.
110110
composer update --no-interaction --prefer-dist
111-
#vendor/bin/phpunit --configuration phpunit.xml.dist
111+
vendor/bin/phpunit --configuration phpunit.xml.dist
112112
113113
# Tear down Docker Compose
114114
- name: Shut down Docker Compose

0 commit comments

Comments
 (0)