Skip to content

Commit

Permalink
set ci jobs to 1
Browse files Browse the repository at this point in the history
This is to prevent an out of memory error on circle-ci based on
emberjs/ember.js#15641
  • Loading branch information
johnbradley committed Jan 15, 2021
1 parent a715da5 commit dc80104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
jobs:
build:
parallelism: 1
docker:
- image: circleci/node:14.15-browsers
working_directory: ~/repo
Expand Down

0 comments on commit dc80104

Please sign in to comment.