You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Start postgres
docker-compose up -d postgres
# Run liquibase separately, to avoid failing because postgres did not start
docker-compose up liquibase
# Run tests
./gradlew test
About
Spring Data R2DBC issue repo: whenever saving list enum on a class fetched through Spring Data, exception is thrown