converter/.drone.yml
Manuel Friedli 7720d4c012
Some checks failed
continuous-integration/drone/push Build is failing
Try chromium, also, try installing it. It's a long shot ... :)
2024-01-27 21:39:40 +01:00

13 lines
224 B
YAML

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