Fixing circle yaml

This commit is contained in:
Ryan Baxter
2022-02-15 15:19:56 -05:00
parent d820933111
commit 70e3912517

View File

@@ -28,7 +28,8 @@ workflows:
jobs:
test:
parallelism: 5 # parallel containers to split the tests among
image: ubuntu-2004:202201-02
machine:
image: circleci/classic:201707-01
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
_SERVICE_OCCURENCE: 5
@@ -138,7 +139,8 @@ jobs:
path: ~/junit/
destination: testartifacts
build:
image: ubuntu-2004:202201-02
machine:
image: circleci/classic:201707-01
environment:
_JAVA_OPTIONS: "-Xms2g -Xmx2g"
_SERVICE_OCCURENCE: 5