From 424f5b3814c20838fed48d8fa299581cec470726 Mon Sep 17 00:00:00 2001 From: Veena Date: Wed, 27 May 2020 15:10:29 +0530 Subject: [PATCH] Fix part of #1028: Add Walkthrough app tests to the non-flaky queue (#1124) * Update config.yml * Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51a8107e42a..94e8fef10dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |