Skip to content

Commit

Permalink
Update �pr-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev authored May 22, 2024
1 parent 12a5347 commit be3184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Verify MySQL connection
run: |
mysql --version
sudo apt-get install -y mysql-client
# sudo apt-get install -y mysql-client
mysql --host 127.0.0.1 --port 3306 -uroot -p1234 -e "SHOW DATABASES"

- name: Set up JDK 17
Expand Down

0 comments on commit be3184e

Please sign in to comment.