This commit is contained in:
slawkens 2023-05-26 12:58:28 +02:00
parent 6ed15565c8
commit 5aa02055bf

View File

@ -30,7 +30,7 @@ jobs:
- name: Import TFS Schema
run: |
mysql -uroot -proot myaac < tfs/schema.sql
mysql -uroot -proot myaac < /home/runner/work/myaac/myaac/tfs/schema.sql
- name: Verify DB exists
run: mysql -uroot -proot -e "SHOW DATABASES"