mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use correct table name for test_legacy_import workflow
This commit is contained in:
parent
97ee4f36e3
commit
376d29e829
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
SQL_FILES_TO_TEST=("db_minimal.sql" "db_jbtronics.sql")
|
SQL_FILES_TO_TEST=("db_minimal.sql" "db_jbtronics.sql")
|
||||||
|
|
||||||
DB_NAME="test"
|
DB_NAME="legacy_db_test"
|
||||||
DB_USER="root"
|
DB_USER="root"
|
||||||
DB_PASSWORD="root"
|
DB_PASSWORD="root"
|
||||||
|
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -132,7 +132,7 @@ jobs:
|
||||||
run: php bin/console partdb:check-requirements -n
|
run: php bin/console partdb:check-requirements -n
|
||||||
|
|
||||||
- name: Test legacy Part-DB import
|
- name: Test legacy Part-DB import
|
||||||
run: bash .github/assets/legacy_import/test_legacy_import.sh
|
run: echo "DATABASE_URL=mysql://root:root@127.0.0.1:3306/legacy_db" >> $GITHUB_ENV && 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