Disable update checking in tests to prevent false-negatives in github actions caused by github api blocking

This commit is contained in:
Jan Böhmer 2023-12-10 22:52:01 +01:00
parent cd91dc8b5a
commit 3e13a0d9d9

View file

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