Browse Source

Switch to medium resource class in circleci. (#231)

pull/238/head
Olga Maciaszek-Sharma 5 years ago committed by GitHub
parent
commit
63a9245f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -9,7 +9,6 @@ jobs: @@ -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: @@ -36,4 +35,4 @@ jobs:
destination: artifacts
- store_test_results:
path: /junit/
destination: testartifacts
destination: testartifacts

Loading…
Cancel
Save