mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-06 06:09:20 +02:00
fix path
This commit is contained in:
parent
6ed15565c8
commit
5aa02055bf
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Import TFS Schema
|
- name: Import TFS Schema
|
||||||
run: |
|
run: |
|
||||||
mysql -uroot -proot myaac < tfs/schema.sql
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user