Skip to content

Commit

Permalink
Update config.yml (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
veena14cs authored Jun 10, 2020
1 parent 1d8389f commit 7834ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
- restore_cache:
<<: *restore_cache
- run:
name: App - FAQ, Help, Parser, RecyclerView, Story, Utility tests, Walkthrough
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help*
name: App - FAQ, Help, Mydownloads, Parser, RecyclerView, Story, Utility tests, Walkthrough
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help* --tests org.oppia.app.mydownloads*
--tests org.oppia.app.parser* --tests org.oppia.app.recyclerview* --tests org.oppia.app.story* --tests org.oppia.app.utility* --tests org.oppia.app.walkthrough*
- run:
name: Save test results
Expand Down

0 comments on commit 7834ff9

Please sign in to comment.