Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Apr 29, 2024
1 parent 3c70af3 commit 8cc076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo systemctl start mysql
mysql -u root -proot -e "CREATE DATABASE cmdb;"
mysql -u root -proot -e "ALTER USER 'root' IDENTIFIED WITH mysql_native_password BY 'password';";
mysql -u root -proot -e "ALTER USER 'root'@'127.0.0.1' IDENTIFIED WITH mysql_native_password BY 'password';";
- name: Install rust-g
run: |
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit 8cc076e

Please sign in to comment.