Skip to content

Commit ab6362a

Browse files
authored
Merge pull request #575 from ashawley/circleci-small
Set the Circle instance size to small
2 parents 9f0f9c6 + 08a688a commit ab6362a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ executors:
44
scala_jdk8_executor:
55
docker:
66
- image: circleci/openjdk:8-jdk-node
7+
resource_class: small
78
scala_jdk11_executor:
89
docker:
910
- image: circleci/openjdk:11-jdk
11+
resource_class: small
1012
scala_jdk17_executor:
1113
docker:
1214
- image: circleci/openjdk:17-buster
15+
resource_class: small
1316

1417
commands:
1518
sbt_cmd:

0 commit comments

Comments
 (0)