Skip to content

Commit

Permalink
ci: Trying to fix failed CI, use node@13 and decrease maxInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 2, 2020
1 parent 27b447b commit 7445099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aliases:
defaults: &defaults
working_directory: ~/app-datepicker
docker:
- image: circleci/node:12-browsers
- image: circleci/node:13-browsers

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions src/tests/wdio.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config: WdioConfig = {
],
w3c: true,
},
maxInstances: 18,
maxInstances: 9,
},
{
browserName: 'firefox',
Expand All @@ -33,7 +33,7 @@ export const config: WdioConfig = {
'--headless',
],
},
maxInstances: 18,
maxInstances: 9,
},
],
logLevel: 'error',
Expand Down

0 comments on commit 7445099

Please sign in to comment.