Skip to content

Commit c8920e5

Browse files
committed
test
1 parent eea58c3 commit c8920e5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/phpunit-tests-run.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,13 @@ jobs:
7575
- name: Install Composer dependencies
7676
uses: ramsey/composer-install@v3
7777
with:
78+
working-directory: packages/wp-mysql-on-sqlite
7879
ignore-cache: "yes"
7980
composer-options: "--optimize-autoloader"
8081

8182
- name: Run PHPUnit tests
82-
run: php ./vendor/bin/phpunit -c ./phpunit.xml.dist
83+
run: php ./vendor/bin/phpunit -c ./phpunit.xml.dist
84+
working-directory: packages/wp-mysql-on-sqlite
85+
86+
- name: Run PHPUnit tests for the legacy driver
87+
run: php ./vendor/bin/phpunit -c ./phpunit.xml.dist

0 commit comments

Comments
 (0)