1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/.drone.yml
Florian Bouillon f0b3415b12
Fixed Test
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-16 21:23:41 +01:00

13 lines
155 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: test
image: node:alpine
commands:
- apk -q add yarn
- yarn
- yarn compile