Skip to content

Commit

Permalink
Fix part of #1028: Add Walkthrough app tests to the non-flaky queue (#…
Browse files Browse the repository at this point in the history
…1124)

* Update config.yml

* Update config.yml
  • Loading branch information
veena14cs authored May 27, 2020
1 parent f3d4d99 commit 424f5b3
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 @@ -114,8 +114,8 @@ jobs:
name: Domain tests
command: ./.circleci/gradle/gradlew -i :domain:test
- run:
name: App - FAQ, Help, Splash, Parser, RecyclerView, Utility tests
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help* --tests org.oppia.app.splash* --tests org.oppia.app.parser* --tests org.oppia.app.recyclerview* --tests org.oppia.app.utility*
name: App - FAQ, Help, Splash, Parser, RecyclerView, Utility tests, Walkthrough
command: ./.circleci/gradle/gradlew -i :app:testDebugUnitTest --tests org.oppia.app.faq* --tests org.oppia.app.help* --tests org.oppia.app.splash* --tests org.oppia.app.parser* --tests org.oppia.app.recyclerview* --tests org.oppia.app.utility* --tests org.oppia.app.walkthrough*
- run:
name: Save test results
command: |
Expand Down

0 comments on commit 424f5b3

Please sign in to comment.