spring-guides / gs-accessing-data-mysql

Accessing data with MySQL :: Learn how to set up and manage user accounts on MySQL and how to configure Spring Boot to connect to it at runtime.
http://spring.io/guides/gs/accessing-data-mysql/
Apache License 2.0
201 stars 314 forks source link

Remove unused CI files #62

Closed robertmcnees closed 4 months ago

robertmcnees commented 4 months ago

The file test/run.sh is no longer required. This file and the test directory can be deleted.

The file was originally used for Jenkins CI. Now that this project has been converted to GitHub Actions, this file can be removed.

mushroom528 commented 4 months ago

Can I work on this issue? kindly assign it to me!

robertmcnees commented 4 months ago

Thanks for the PR! I merged in the PR so I will close this issue.

(in spring-guides, and Spring projects in general, we usually don't assign people to issues but rather accept the first PR that comes through for a given issue)