Explorar el Código

add backend testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu hace 6 años
padre
commit
eb044d5ae6
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: F84B2110C500B1F
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. +8
    -1
      .drone.yml

+ 8
- 1
.drone.yml Ver fichero

@ -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

Cargando…
Cancelar
Guardar