How do i connect google cloud sql with circle-ci at the time of performing testing

270 Views Asked by At

I have written some test cases in which i do require database data which is stored in google cloud sql. Now at the time of deployment i want to run my all the test cases. In few of test cases data need to be fetch from database. At this point how am i supposed to configure my test case so that, whenever database data required i can connect google cloud sql to circle-ci. Locally i have created connection via cloud SSL and public IP. I have no idea how am i suppose to connect my database when Test cases are running in circle-ci ?

any help appreciated.

0

There are 0 best solutions below