Skip to content

Commit

Permalink
gh-actions: trying to use local mysql 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent 1ce73a6 commit 289ccf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
python -V
sudo systemctl start mysql
mysql --version
mysql -e 'CREATE DATABASE emg;'
mysql -e "SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES'"
mysql -uroot -proot -e 'CREATE DATABASE emg;'
mysql -uroot -proot -e "SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES'"
- name: 🔧 - Install Dependencies
run: |
Expand Down

0 comments on commit 289ccf5

Please sign in to comment.