Update pythonpackage.yml
This commit is contained in:
parent
470e0e2b49
commit
becc610e6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Setup PostgreSQL database
|
- name: Setup PostgreSQL database
|
||||||
if: ${{ matrix.TESTING_DB == 'postgresql' }}
|
if: ${{ matrix.TESTING_DB == 'postgresql' }}
|
||||||
run: |
|
run: |
|
||||||
psql --versiont
|
psql --version
|
||||||
psql -U postgres -c "CREATE DATABASE evennia;"
|
psql -U postgres -c "CREATE DATABASE evennia;"
|
||||||
psql -U postgres -c "CREATE USER evennia WITH PASSWORD 'password';"
|
psql -U postgres -c "CREATE USER evennia WITH PASSWORD 'password';"
|
||||||
psql -U postgres -c "ALTER USER evennia CREATEDB;"
|
psql -U postgres -c "ALTER USER evennia CREATEDB;"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue