PhyrePanel-mirror/.drone.yml
2024-05-03 00:52:07 +03:00

12 lines
174 B
YAML

kind: pipeline
steps:
- name: test
image: node
commands:
- npm install
- npm test
services:
- name: database
image: mysql
ports:
- 3306