converter/.drone.yml
Manuel Friedli 916ba12d7d
Some checks failed
continuous-integration/drone/push Build is failing
Use firefox in CI.
2024-01-27 22:28:44 +01:00

13 lines
223 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 e2e
- npm run build-prod