Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ jobs:
with:
stage: ${{ matrix.stage }}
mediawiki-version: ${{ matrix.mediawiki-version }}
dependencies: CategoryTree SpamBlacklist Wikibase
# Wikibase is dropped from the selenium stage only. Quibble's selenium
# stage runs `npm run selenium-test` for every dependency that has it,
# and on REL1_43 Wikibase's wdio config globs in the wikibase-termbox
# specs, which need MinervaNeue + MobileFrontend to render their mobile
# UI and otherwise time out. Wikimedia's own downstream-extension jobs
# likewise do not run Wikibase's selenium. Wikibase stays for the other
# stages (phan/phpunit need it).
dependencies: ${{ matrix.stage == 'selenium' && 'CategoryTree SpamBlacklist' || 'CategoryTree SpamBlacklist Wikibase' }}

- name: Upload coverage to Codecov
if: matrix.stage == 'coverage'
Expand Down
Loading