build(run): add ci:test

This commit is contained in:
Oliver Davies 2021-12-03 08:45:36 +00:00
parent 3a1e7e9f64
commit 352d4dd389

4
run
View file

@ -13,6 +13,10 @@ function bash {
exec bash "${@}" exec bash "${@}"
} }
function ci:test {
lint:dockerfile
}
function exec { function exec {
# Run any command in the php container. # Run any command in the php container.
_dc php "${@}" _dc php "${@}"