1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Move loading fixtures to the bootstrap file

This commit is contained in:
Yassine Guedidi 2024-01-07 22:33:20 +01:00
parent 4a4b584a46
commit 99ad390144
3 changed files with 10 additions and 11 deletions

View file

@ -76,9 +76,6 @@ jobs:
- name: "Prepare database configuration"
run: cp app/config/tests/parameters_test.${{ matrix.database }}.yml app/config/parameters_test.yml
- name: "Prepare fixtures"
run: "make fixtures"
- name: "Run PHPUnit"
run: "php bin/phpunit -v"
@ -147,8 +144,5 @@ jobs:
- name: "Prepare database configuration"
run: cp app/config/tests/parameters_test.${{ matrix.database }}.yml app/config/parameters_test.yml
- name: "Prepare fixtures"
run: "make fixtures"
- name: "Run PHPUnit"
run: "php bin/phpunit -v"