wrong position

This commit is contained in:
slawkens 2023-05-26 13:00:26 +02:00
parent 5aa02055bf
commit 2f732b8411

View File

@ -28,10 +28,6 @@ jobs:
run: |
mysql -e 'CREATE DATABASE myaac;' -uroot -proot
- name: Import TFS Schema
run: |
mysql -uroot -proot myaac < /home/runner/work/myaac/myaac/tfs/schema.sql
- name: Verify DB exists
run: mysql -uroot -proot -e "SHOW DATABASES"
@ -47,6 +43,10 @@ jobs:
ref: 1.4
path: tfs
- name: Import TFS Schema
run: |
mysql -uroot -proot myaac < tfs/schema.sql
- name: Rename config.lua
run: mv tfs/config.lua.dist tfs/config.lua