Fix configs

This commit is contained in:
Griatch 2024-06-27 22:05:54 +02:00
parent 762761a01b
commit 90cd9e8308
2 changed files with 2 additions and 2 deletions

View file

@ -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' }}

View file

@ -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: