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
376d29e829
commit
c828aa3bc0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -132,8 +132,10 @@ jobs:
|
|||
run: php bin/console partdb:check-requirements -n
|
||||
|
||||
- name: Test legacy Part-DB import
|
||||
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
|
||||
run: bash .github/assets/legacy_import/test_legacy_import.sh
|
||||
if: matrix.db-type == 'mysql' && matrix.php-versions == '8.2'
|
||||
env:
|
||||
DATABASE_URL: mysql://root:root@localhost:3306/legacy_db
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue