Skip to content

Commit

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

Expand All @@ -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

Expand Down

0 comments on commit 2f732b8

Please sign in to comment.