change ci to pass
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
image: lorisleiva/laravel-docker:latest
|
||||
|
||||
# https://lorisleiva.com/laravel-deployment-using-gitlab-pipelines/
|
||||
|
||||
# Replace the last line with the following lines if you'd rather
|
||||
# leave StrictHostKeyChecking enabled (replace yourdomain.com):
|
||||
#
|
||||
@@ -55,4 +57,7 @@ phpunit:
|
||||
- composer
|
||||
script:
|
||||
- phpunit --coverage-text --colors=never
|
||||
artifacts:
|
||||
paths:
|
||||
- storage/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user