ci: increase memory for browserstack tests (#7202)

- Specifically to solve an OOM for babel.
This commit is contained in:
Sam Salisbury 2019-07-26 17:02:44 +01:00 committed by GitHub
parent 68a82d47d2
commit 062757fe3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
.circleci/config.yml generated
View File

@ -138,6 +138,7 @@ jobs:
- image: node:10-stretch
shell: /usr/bin/env bash -euo pipefail -c
working_directory: /src
resource_class: medium+
steps:
- checkout
- restore_cache:
@ -565,6 +566,7 @@ workflows:
# path: ui/test-results
# test-ui-browserstack:
# executor: node
# resource_class: medium+
# steps:
# - checkout
# - restore_yarn_cache

View File

@ -1,4 +1,5 @@
executor: node
resource_class: medium+
steps:
- checkout
- restore_yarn_cache