We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea58c3 commit c8920e5Copy full SHA for c8920e5
1 file changed
.github/workflows/phpunit-tests-run.yml
@@ -75,8 +75,13 @@ jobs:
75
- name: Install Composer dependencies
76
uses: ramsey/composer-install@v3
77
with:
78
+ working-directory: packages/wp-mysql-on-sqlite
79
ignore-cache: "yes"
80
composer-options: "--optimize-autoloader"
81
82
- name: Run PHPUnit tests
- run: php ./vendor/bin/phpunit -c ./phpunit.xml.dist
83
+ run: php ./vendor/bin/phpunit -c ./phpunit.xml.dist
84
85
+
86
+ - name: Run PHPUnit tests for the legacy driver
87
0 commit comments