Added continous testing for legacy Part-DB import

This commit is contained in:
Jan Böhmer 2023-05-07 02:27:16 +02:00
parent 13193c9368
commit 61ea312403
4 changed files with 1531 additions and 0 deletions

View file

@ -130,4 +130,10 @@ jobs:
- name: Test check-requirements command
run: php bin/console partdb:check-requirements -n
- 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'