Disable update checking for tests

This commit is contained in:
Jan Böhmer 2023-12-24 15:42:53 +01:00
parent a03b2ecf73
commit 7b565817d6

View file

@ -26,6 +26,7 @@ jobs:
SYMFONY_DEPRECATIONS_HELPER: disabled
PHP_VERSION: ${{ matrix.php-versions }}
DB_TYPE: ${{ matrix.db-type }}
CHECK_FOR_UPDATES: false # Disable update checks for tests
steps:
- name: Set Database env for MySQL