Remove parameters.yml and related files

This commit is contained in:
Yassine Guedidi
2025-02-17 22:14:19 +01:00
parent 64e9ae12ae
commit 06a05ed88a
20 changed files with 40 additions and 212 deletions

View File

@ -40,7 +40,7 @@ jobs:
run: |
sudo systemctl start mysql.service
sudo mysql -u root -proot -h 127.0.0.1 -e "CREATE DATABASE wallabag_test"
cp app/config/tests/parameters_test.mysql.yml app/config/parameters_test.yml
cp app/config/tests/.env.mysql .env.test.local
- name: "Install dependencies with Composer"
id: composer-install