Test the backup tool in github actions

This ensures that the tool works for all database types
This commit is contained in:
Jan Böhmer 2024-06-18 23:04:44 +02:00
parent e3dfbf0e95
commit cb01302ada

View file

@ -144,6 +144,9 @@ jobs:
- name: Test check-requirements command
run: php bin/console partdb:check-requirements -n
- name: Test partdb:backup command
run: php bin/console partdb:backup -n --full /tmp/test_backup.zip
- name: Test legacy Part-DB import
run: bash .github/assets/legacy_import/test_legacy_import.sh
if: matrix.db-type == 'mysql' && matrix.php-versions == '8.2'