mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Hotfix for integration testing (#2473)
* Hotfix for integration testing * Comment sqlite tests because of database locking issues
This commit is contained in:
committed by
Lunny Xiao
parent
4b8fef143e
commit
fd85e25f5f
@@ -3,7 +3,7 @@ RUN_MODE = prod
|
||||
|
||||
[database]
|
||||
DB_TYPE = postgres
|
||||
HOST = 127.0.0.1:5432
|
||||
HOST = pgsql:5432
|
||||
NAME = testgitea
|
||||
USER = postgres
|
||||
PASSWD = postgres
|
||||
|
||||
Reference in New Issue
Block a user