Hi,
I am a beginner with circleci and has a repo named “testrepo1” which is integrated with circleci. Here In that repo, I have only two files, one is “test1” with sample java code and the other is “.circleci” folder with config.yml in it. I have been trying to build the java code in the “test1” file, but circleci always builds config.yml and outputs the command in the config.yml. How do i configure my config.yml, so that for each commit, my “test1” is built??
Thanks.!
Here is my config file