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