Add GitHub Actions CI configuration
This commit is contained in:
parent
216fe30bf5
commit
94415f04ba
2 changed files with 26 additions and 0 deletions
|
@ -82,4 +82,8 @@ function publish {
|
|||
git stash pop
|
||||
}
|
||||
|
||||
function test {
|
||||
./vendor/bin/phpunit "${@}"
|
||||
}
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue