From 3e13a0d9d99e8dd8ff54897caf28ed5e52112261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 10 Dec 2023 22:52:01 +0100 Subject: [PATCH] Disable update checking in tests to prevent false-negatives in github actions caused by github api blocking --- .env.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.test b/.env.test index a9b0cccf..eaf0673c 100644 --- a/.env.test +++ b/.env.test @@ -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 \ No newline at end of file +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 \ No newline at end of file