Explorar el Código
add testing command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
hace 7 años
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
0 borrados
-
README.md
|
|
@ -60,3 +60,11 @@ services: |
|
|
|
- POSTGRES_USER=homestead |
|
|
|
- POSTGRES_PASSWORD=secret |
|
|
|
``` |
|
|
|
|
|
|
|
## Testing your Drone config |
|
|
|
|
|
|
|
Please try the following command to test drone config in local machine. |
|
|
|
|
|
|
|
```sh |
|
|
|
$ drone exec |
|
|
|
``` |