Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run tests locally #12

Open
kuhnen opened this issue Jul 18, 2023 · 1 comment
Open

Not able to run tests locally #12

kuhnen opened this issue Jul 18, 2023 · 1 comment

Comments

@kuhnen
Copy link

kuhnen commented Jul 18, 2023

Could you please give me some direction how to run the tests locally?
I would like to create a pull request to upgrade the scala version to 2.13.
I believe the issue that I am having is because the docker with mmsql server is not working.
I am using this command on the master branch and I use a mac. I did install the gpg using brew

GPG_TTY=$(tty) mvn release:prepare

ANy help would be great:
image

@moredatapls
Copy link
Member

@kuhnen you need to start the SQL Server through Docker Compose so that the integration tests can connect to the SQL Server: docker compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants