Tests run on CircleCI

Hi this is liana i am working on circleci i tried to run the tests dependencies in the circleci but it doesn’t respond, i have the following file.

machine:
ruby:
version: 2.4

dependencies:
override:
- gem install os
- ruby --version
- rake --version
- java -version
- ant -version

test:
override:
- rake
- rake test
- rake unittest
I did any wrong on this, can anybody suggest me.

Thanks.
Liana QA

Pro tips for posting:

  • Use a formatted block for your YAML files (select the text and click the </> button)
  • There’s no need to add a signature and your website link, people will think you’re posting to increase your search engine ranking (that won’t work here anyway, since links are nofollow for new users).

Your question is also unclear. What do you mean by “doesn’t respond”?

Would you edit your post?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.