diff --git a/.drone.yml b/.drone.yml index 922a379..cbce439 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,5 @@ steps: - name: build image: registry:5000/node-build commands: + - redis-server --daemonize yes - node ci.js diff --git a/package.json b/package.json index c64bae7..c304ce8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "pretest": "yarn compile", - "test": "DEBUG=* nyc jasmine --config=\"jasmine.json\"", + "test": "nyc jasmine --config=\"jasmine.json\"", "mutate": "stryker run", "precompile": "rm -rf dist", "compile": "tsc"