Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 26, 2023
1 parent 6ed1556 commit 5aa0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5aa0205

Please sign in to comment.