Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jun 15, 2021
1 parent e03ae35 commit 3907b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-test-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ runs:
cp config/config.yml.example config/config.yml
sudo systemctl start mysql
mysql -uroot -proot -e "CREATE DATABASE swbench_test;"
mysql -uroot -proot -e "SET @@global.sql_mode=(SELECT REPLACE(@@global.sql_mode, 'ONLY_FULL_GROUP_BY', ''));"
bundle exec rake db:schema:load;
bundle exec rake db:migrate; # --trace

0 comments on commit 3907b50

Please sign in to comment.