name: Run phpunit test suite
on: [push, pull_request]
jobs:
testing:
uses: juzaweb/actions/.github/workflows/mysql-test.yml@main
name: Run phpunit test suite
on: [push, pull_request]
jobs:
phpunit-test-suite:
uses: juzaweb/actions/.github/workflows/plugin-test.yml@main
with:
vendor: vendor
plugin: plugin-name
Note: To use, your plugin must be installed through composer.