Skip to content

Commit dd29e26

Browse files
JeroenDeDauwmalberts
authored andcommitted
Clone and enable AdminLinks on GitHub Actions
1 parent 5b576b2 commit dd29e26

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/installMediaWiki.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $wgDevelopmentWarnings = true;
2222
EOT
2323

2424
cat <<EOT >> LocalSettings.php
25+
wfLoadExtension( 'AdminLinks' );
2526
wfLoadExtension( "$EXTENSION_NAME" );
2627
EOT
2728

@@ -37,3 +38,6 @@ cat <<EOT >> composer.local.json
3738
}
3839
}
3940
EOT
41+
42+
cd extensions
43+
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AdminLinks --depth=1 --branch=$MW_BRANCH --recurse-submodules -j8

0 commit comments

Comments
 (0)