mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Fixed DB and added test
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
image: node:alpine
|
||||
commands:
|
||||
- apk -q add yarn
|
||||
- yarn compile
|
Reference in New Issue
Block a user