Added ci env
All checks were successful
continuous-integration/drone/pr Build is passing

ref #23
This commit is contained in:
2020-12-11 20:29:33 +01:00
parent 0f419625d2
commit 6cfaec8397
2 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ steps:
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- mv .env.ci .env
- name: run tests
image: node:alpine
commands: