Skip to content

Commit

Permalink
(tests) Make sure it uses PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Dec 30, 2024
1 parent 96a2415 commit 6b943d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: RUN -- phpunit
run: |
cd mediawiki
echo 'echo MediaWiki\MediaWikiServices::getInstance()->getDBLoadBalancer()->getConnection( DB_REPLICA )->getType()' | php maintenance/run.php eval
php tests/phpunit/phpunit.php extensions/JsCalendar/tests/phpunit/
# PHP linters: phpcs, parallel-lint, etc.
Expand Down

0 comments on commit 6b943d5

Please sign in to comment.