converter/.drone.yml
Manuel Friedli 95aea3b455
Some checks failed
continuous-integration/drone the build failed
Try to run E2E tests on CI
2018-09-08 00:15:39 +02:00

8 lines
158 B
YAML

pipeline:
build:
image: tamlyn/headless-nodejs
commands:
- npm install
- npm run test:ci
- npm run e2e
- npm run build-prod