mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
wrong position
This commit is contained in:
parent
5aa02055bf
commit
2f732b8411
8
.github/workflows/cypress.yml
vendored
8
.github/workflows/cypress.yml
vendored
@ -28,10 +28,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mysql -e 'CREATE DATABASE myaac;' -uroot -proot
|
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
|
- name: Verify DB exists
|
||||||
run: mysql -uroot -proot -e "SHOW DATABASES"
|
run: mysql -uroot -proot -e "SHOW DATABASES"
|
||||||
|
|
||||||
@ -47,6 +43,10 @@ jobs:
|
|||||||
ref: 1.4
|
ref: 1.4
|
||||||
path: tfs
|
path: tfs
|
||||||
|
|
||||||
|
- name: Import TFS Schema
|
||||||
|
run: |
|
||||||
|
mysql -uroot -proot myaac < tfs/schema.sql
|
||||||
|
|
||||||
- name: Rename config.lua
|
- name: Rename config.lua
|
||||||
run: mv tfs/config.lua.dist tfs/config.lua
|
run: mv tfs/config.lua.dist tfs/config.lua
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user