mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Test the backup tool in github actions
This ensures that the tool works for all database types
This commit is contained in:
parent
e3dfbf0e95
commit
cb01302ada
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -144,6 +144,9 @@ jobs:
|
||||||
- name: Test check-requirements command
|
- name: Test check-requirements command
|
||||||
run: php bin/console partdb:check-requirements -n
|
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
|
- name: Test legacy Part-DB import
|
||||||
run: bash .github/assets/legacy_import/test_legacy_import.sh
|
run: bash .github/assets/legacy_import/test_legacy_import.sh
|
||||||
if: matrix.db-type == 'mysql' && matrix.php-versions == '8.2'
|
if: matrix.db-type == 'mysql' && matrix.php-versions == '8.2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue