asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Fix GitHub Action Unit Tests #94

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: The unit tests were failing due to a broken configuration.

Modification: Corrected the configuration to ensure that the unit tests work properly.

Result: The unit tests are now functioning as expected.