File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Mediawiki Extension PHPUnit Runner
22
33The action is a [ composite action] ( https://docs.github.com/en/actions/creating-actions/creating-a-composite-action )
4- that uses the following actions to install an ephemeral MediaWiki instance with Composer and PHP on board and run
4+ that uses the following actions to install an ephemeral [ MediaWiki] ( https://mediawiki.org ) instance with Composer and PHP on board and run
55PHPUnit tests for your extension repo:
66
77* [ shivammathur/setup-php] ( https://github.com/shivammathur/setup-php )
@@ -11,7 +11,7 @@ PHPUnit tests for your extension repo:
1111# Usage
1212
1313``` yaml
14- - uses : actions /mediawiki-phpunit@v1
14+ - uses : wikiteq /mediawiki-phpunit-action @v1
1515 with :
1616 php : 7.4
1717 mwbranch : REL1_35
6363 # run the action to install MediaWiki, PHP, Composer
6464 # and run PHPUnit tests for the extension
6565 - name: Mediawiki PHPUnit
66- uses: actions /mediawiki-phpunit@v1
66+ uses: wikiteq /mediawiki-phpunit-action @v1
6767 with:
6868 php: ${{ matrix.php }}
6969 mwbranch: ${{ matrix.mw }}
You can’t perform that action at this time.
0 commit comments