mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
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
|
||||
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;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue