Update config.yml

This commit is contained in:
Umed Khudoiberdiev 2019-01-03 21:40:56 +05:00 committed by GitHub
parent 1d12143b62
commit 5e27f3f431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,14 +27,14 @@ jobs:
- v1-dependencies-
- run: npm install
- run: npm install sqlite3 --build-from-source
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm install sqlite3 --build-from-source
- run: docker-compose up -d
# - run: docker-compose up -d
# run tests
- run: npm run lint