mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Fix configs
This commit is contained in:
2
.github/actions/setup-database/action.yml
vendored
2
.github/actions/setup-database/action.yml
vendored
@ -26,7 +26,7 @@ runs:
|
||||
postgresql version: "12"
|
||||
postgresql db: "evennia"
|
||||
postgresql user: "evennia"
|
||||
postgresql password: "password"
|
||||
postgresql password: "evennia"
|
||||
|
||||
- name: Wait for PostgreSQL to activate
|
||||
if: ${{ inputs.database == 'postgresql' }}
|
||||
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
timeout-minutes: 40
|
||||
|
||||
env:
|
||||
UNIT_TEST_SETTINGS: "--settings=settings --timing --parallel auto"
|
||||
UNIT_TEST_SETTINGS: "--settings=settings --keepdb --timing --parallel auto"
|
||||
COVERAGE_TEST_SETTINGS: "--settings=settings --timing"
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user