From 63a9245f1389404288fa1b7354b27e80ce5dd950 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 16 Oct 2019 18:38:29 +0200 Subject: [PATCH] Switch to medium resource class in circleci. (#231) --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 750555f8..54f335f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,6 @@ jobs: branches: ignore: - gh-pages # list of branches to ignore - resource_class: large steps: - checkout - restore_cache: @@ -36,4 +35,4 @@ jobs: destination: artifacts - store_test_results: path: /junit/ - destination: testartifacts \ No newline at end of file + destination: testartifacts