Add workflows
This commit is contained in:
parent
a3213b30dd
commit
d432cc495f
|
@ -7,3 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: ./vendor/bin/phpunit
|
- run: ./vendor/bin/phpunit
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_test_and_deploy:
|
||||||
|
jobs:
|
||||||
|
- build_and_test
|
||||||
|
|
Reference in a new issue