Skip to content

Commit

Permalink
(tests) Fix PostgreSQL not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspec committed Dec 30, 2024
1 parent 6b943d5 commit ed7342e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
with:
branch: ${{ env.branch }}
extraLocalSettings: tests/ci/JsCalendarSettings.php
dbtype: ${{ env.DBTYPE }}
dbserver: ${{ env.DBTYPE == 'mysql' && '127.0.0.1:3306' || '127.0.0.1' }}
- name: Finalize the installation of MediaWiki
run: |
rsync -a --exclude buildcache --exclude mediawiki --exclude .git . mediawiki/extensions/JsCalendar/
Expand Down

0 comments on commit ed7342e

Please sign in to comment.