mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
CI: More PostgreSQL fixing
This commit is contained in:
parent
3a8be92acc
commit
9c018b0e3c
1 changed files with 1 additions and 1 deletions
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
|
|
@ -105,7 +105,7 @@ runs:
|
|||
if [ "${{ inputs.testing-db }}" = "postgresql" ]; then
|
||||
# PostgreSQL runs in CI have historically been sensitive to reusing
|
||||
# stale test DB state; run with explicit verbosity for easier diagnosis.
|
||||
evennia test --settings=settings --timing -v 2 evennia
|
||||
evennia test --settings=settings --timing --verbosity 2 evennia
|
||||
else
|
||||
evennia test --settings=settings --keepdb --timing evennia
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue