please work x.x

This commit is contained in:
c0de 2018-03-08 20:57:26 -06:00
parent 49fb0d820e
commit ad39eb70ca
1 changed files with 2 additions and 3 deletions

View File

@ -27,10 +27,9 @@ jobs:
# Set up Test DB
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: whoami
- run: sudo /etc/init.d/postgresql start
- run: |
psql < newdb.sql
psql < newdb.sql
# Download and cache dependencies
- restore_cache: