From 8d9c4892f50bfe8beef155bb2badb36e18cff83d Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 16:21:51 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 705d420..50a4db7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,17 @@ name: default type: docker steps: -# - name: composer -# pull: if-not-exists -# image: composer -# commands: -# - composer install --prefer-dist -# -# -# - name: test -# image: lorisleiva/laravel-docker -# commands: -# - ./vendor/bin/phpunit + - name: composer + pull: if-not-exists + image: composer + commands: + - composer install --prefer-dist + + + - name: test + image: lorisleiva/laravel-docker + commands: + - ./vendor/bin/phpunit - name: github image: alpine/git