test(circleci): conf fiddles

This commit is contained in:
Dimitrie Stefanescu
2020-05-23 13:16:12 +01:00
parent 92f0cb453d
commit be1c16e95b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -28,4 +28,5 @@ jobs:
- node_modules
key: 'deps-{{ checksum "package.json" }}'
- run: 'node -v'
- run: 'dockerize -wait tcp://localhost:5432 -timeout 1m'
- run: 'npm run test:server'
+2
View File
@@ -20,6 +20,8 @@ function walk( dir ) {
let migrationDirs = walk( './modules' )
console.log( 'my db is ' + process.env.DATABASE_URL )
module.exports = {
test: {
client: 'pg',