mirror of
https://github.com/wallabag/wallabag.git
synced 2026-03-21 11:32:35 +01:00
The pipelines previously copied one of three YAML parameter files (parameters_test.sqlite.yml, parameters_test.mysql.yml, or parameters_test.pgsql.yml) into place before running tests to configure the database. With DATABASE_URL now read from the environment via symfony/dotenv, replace that copy step with a job-level env block that sets DATABASE_URL directly. Delete the three yml templates, which are no longer needed.