Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 12, 2024
1 parent 81ffd99 commit 0e9b96b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mysql-hxcpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
test-cpp: tests/common.hxml --class-path tests

before-tests: |
cat /etc/my.ini
echo "MYSQL_HOST=localhost" >> $GITHUB_ENV
echo "MYSQL_USER=root" >> $GITHUB_ENV
echo "MYSQL_PASS=root" >> $GITHUB_ENV
Expand All @@ -33,6 +32,8 @@ jobs:
# super hack for sys.db (will write externs eventually to update mysql client)
sudo mysql --user=root --password=root --execute='ALTER USER "root"@"localhost" IDENTIFIED WITH mysql_native_password BY "root";'
sudo mysql --user=root --password=root --execute='flush privileges;'
sudo mysql --user=root --password=root --execute='SET NAMES "utf8";'
sudo mysql --user=root --password=root --execute='SET CHARACTER SET utf8;'
sudo systemctl restart mysql.service
Expand Down

0 comments on commit 0e9b96b

Please sign in to comment.