mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +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: |
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user