Skip to content

juzaweb/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Juzaweb - Default actions

Project testing

Mysql

name: Run phpunit test suite

on: [push, pull_request]

jobs:
  testing:
    uses: juzaweb/actions/.github/workflows/mysql-test.yml@main

Plugin testing

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.