mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Disable update checking in tests to prevent false-negatives in github actions caused by github api blocking
This commit is contained in:
parent
cd91dc8b5a
commit
3e13a0d9d9
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ PANTHER_APP_ENV=panther
|
|||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|
||||
|
||||
# Doctrine automatically adds an _test suffix to database name in test env
|
||||
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db
|
||||
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db
|
||||
|
||||
# Disable update checks, as tests would fail, when github is not reachable
|
||||
CHECK_FOR_UPDATES=1
|
Loading…
Add table
Add a link
Reference in a new issue