Skip to content

Commit

Permalink
add root password to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-tp authored Nov 11, 2024
1 parent e7f723f commit 95a3abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create MySQL database
run: |
sudo apt-get install mysql-client
mysql -u root -e "CREATE DATABASE IF NOT EXISTS autocrud;"
mysql -u root -proot -e "CREATE DATABASE IF NOT EXISTS autocrud;"
# Run tests
- name: Run tests with Maven
Expand Down

0 comments on commit 95a3abc

Please sign in to comment.