Parcourir la source

add backend testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu il y a 7 ans
Parent
révision
eb044d5ae6
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: F84B2110C500B1F
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. +8
    -1
      .drone.yml

+ 8
- 1
.drone.yml Voir le fichier

@ -8,7 +8,6 @@ pipeline:
frontend:
image: node:8.1.2
pull: true
commands:
- node -v
- npm -v
@ -16,3 +15,11 @@ pipeline:
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run production
backend:
image: laradock/workspace:1.8-71
commands:
- php -v
- composer -V
- composer install --prefer-dist
- ./vendor/bin/phpunit

Chargement…
Annuler
Enregistrer