converter/.drone.yml

14 lines
224 B
YAML
Raw 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:
- apk add chromium
2018-09-04 00:13:27 +02:00
- npm install
- npm run test:ci
2018-09-08 00:15:39 +02:00
- npm run e2e
2018-09-04 00:13:27 +02:00
- npm run build-prod