So i am learning github actions and when it runs mvn verify it does not apply any migrations, but everything works perfectly fine on my machine when i do the same thing.
Ive been searching on the internet but could not find anything. I am using testContainers with flyway. I quadruple checked everything, like versions, credentials etc. The database is being created, but migrations dont apply.
yml workflow file
testContainers and flyway configuration class
configuration file
logs from github actions
UPD: migrations have to be in your repo on github, mine was added to gitignore because they were in resources package
Roman Kamentsa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.