Update pythonpackage.yml

This commit is contained in:
Griatch 2020-05-17 00:40:07 +02:00 committed by GitHub
parent a00531e138
commit 015e3e52c3

View file

@ -31,7 +31,7 @@ jobs:
- name: Setup PostgreSQL database
if: ${{ matrix.TESTING_DB == 'postgresql' }}
run: |
psql --versiont
psql --version
psql -U postgres -c "CREATE DATABASE evennia;"
psql -U postgres -c "CREATE USER evennia WITH PASSWORD 'password';"
psql -U postgres -c "ALTER USER evennia CREATEDB;"