Use actual username and host

This commit is contained in:
c0de 2018-03-08 21:05:08 -06:00
parent ad39eb70ca
commit c605ad3529
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: sudo /etc/init.d/postgresql start
- run: |
psql < newdb.sql
psql -U root -h localhost < newdb.sql
# Download and cache dependencies
- restore_cache: