Skip to content

Commit

Permalink
Test adding a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Aug 11, 2024
1 parent 5679099 commit e36e4ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,3 @@ jobs:
mwbranch: REL1_39
extension: DummyExtension

mediawiki-extension-action-mysql:
runs-on: ubuntu-latest
name: Dummy extension test (mysql)
steps:
# check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Test dummy extension
uses: ./ # Uses an action in the root directory
id: extension-test
with:
php: 7.4
mwbranch: REL1_39
extension: DummyExtension
use_mysql: true
5 changes: 4 additions & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"descriptionmsg": "dummyextension-desc",
"type": "extension",
"requires": {
"MediaWiki": ">= 1.35.0"
"MediaWiki": ">= 1.35.0",
"extensions": {
"examples": "*"
}
},
"license-name": "GPL-2.0-or-later",
"AutoloadClasses": {
Expand Down

0 comments on commit e36e4ed

Please sign in to comment.