Add GitHub Actions CI configuration

This commit is contained in:
Oliver Davies 2024-05-03 15:21:56 +01:00
parent 216fe30bf5
commit 94415f04ba
2 changed files with 26 additions and 0 deletions

View file

@ -82,4 +82,8 @@ function publish {
git stash pop
}
function test {
./vendor/bin/phpunit "${@}"
}
# vim: ft=bash