PhyrePanel-mirror/.drone.yml

13 lines
174 B
YAML
Raw Normal View History

2024-05-02 21:44:39 +00:00
kind: pipeline
steps:
- name: test
2024-05-02 21:52:07 +00:00
image: node
2024-05-02 21:44:39 +00:00
commands:
2024-05-02 21:52:07 +00:00
- npm install
- npm test
services:
- name: database
image: mysql
ports:
- 3306