fix: db debug level on e2e
This commit is contained in:
parent
0ab47013f2
commit
0306e10469
2 changed files with 2 additions and 0 deletions
1
.github/ci.env
vendored
1
.github/ci.env
vendored
|
@ -4,6 +4,7 @@ DB_USERNAME=std_notes_user
|
|||
DB_PASSWORD=changeme123
|
||||
DB_DATABASE=standard_notes_db
|
||||
DB_PORT=3306
|
||||
DB_DEBUG_LEVEL=all
|
||||
DB_SQLITE_DATABASE_PATH=standard_notes_db
|
||||
REDIS_PORT=6379
|
||||
REDIS_HOST=cache
|
||||
|
|
1
.github/workflows/common-e2e.yml
vendored
1
.github/workflows/common-e2e.yml
vendored
|
@ -141,6 +141,7 @@ jobs:
|
|||
echo "DB_USERNAME=standardnotes" >> packages/home-server/.env
|
||||
echo "DB_PASSWORD=standardnotes" >> packages/home-server/.env
|
||||
echo "DB_TYPE=${{ matrix.db_type }}" >> packages/home-server/.env
|
||||
echo "DB_DEBUG_LEVEL=all" >> packages/home-server/.env
|
||||
echo "REDIS_URL=redis://localhost:6379" >> packages/home-server/.env
|
||||
echo "CACHE_TYPE=${{ matrix.cache_type }}" >> packages/home-server/.env
|
||||
echo "SECONDARY_DB_ENABLED=${{ matrix.secondary_db_enabled }}" >> packages/home-server/.env
|
||||
|
|
Loading…
Reference in a new issue