@ -17,8 +17,6 @@ jobs:
steps:
- checkout # check out the code in the project directory
- run: yarn install
- run: sudo apt-get update
- run: sudo apt-get install postgresql-client-9.6
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths: