converter/.drone.yml

13 lines
198 B
YAML
Raw Permalink Normal View History

2024-01-22 01:05:45 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:20-alpine
2018-09-04 00:13:27 +02:00
commands:
2024-01-27 22:28:44 +01:00
- apk add firefox
2018-09-04 00:13:27 +02:00
- npm install
- npm run test:ci
2024-01-27 22:36:36 +01:00
- npm run build