Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent 85f9c19 commit 616cce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

- name: Setup source database
run: |
mysql -uroot -proot -e 'CREATE DATABASE `yiitest`;'
mysql -D yiitest -uroot -proot < tests/data/source.sql
mysql -h127.0.0.1 -uroot -proot -e 'CREATE DATABASE `yiitest`;'
mysql -h127.0.0.1 -D yiitest -uroot -proot < tests/data/source.sql
- name: Run sphinx 2.2.11
if: matrix.sphinx == '2.2.11'
Expand Down

0 comments on commit 616cce1

Please sign in to comment.