mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
kind: pipeline
|
|
steps:
|
|
- name: test
|
|
image: node
|
|
commands:
|
|
- npm install
|
|
- npm test
|
|
services:
|
|
- name: database
|
|
image: mysql
|
|
ports:
|
|
- 3306
|