Help needed

I am trying to run my cucumber test in CircleCI. However I am able to run in intelliJ using “mvn test” and "mvn test -Dcucumber.options=“testcases/api/src/test/resources/features/JSON_Placeholder.feature --tags @test” commands.

I mentioned the command in my config.yml as “- run: mvn test -Dcucumber.options=“testcases/api/src/test/resources/features/JSON_Placeholder.feature --tags @test””. Build success but it says “No Tests to Run”

Can someone help me with the issue.

Thanks & Regards
Kanthi