converter/.drone.yml
Manuel Friedli 60843ffb13
Some checks failed
continuous-integration/drone/push Build is failing
Disable non-existent e2e tests.
2024-01-27 22:33:00 +01:00

12 lines
203 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:20-alpine
commands:
- apk add firefox
- npm install
- npm run test:ci
- npm run build-prod