From 4bbb65ff2635e261aa661c2365575939b83d7c13 Mon Sep 17 00:00:00 2001 From: Phred Lane Date: Fri, 16 Feb 2024 04:41:08 -0600 Subject: [PATCH] cleaning up --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e2071cbab..f6a047ca8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,11 @@ on: - master env: - MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 - + MAVEN_OPTS: >- + -Xmx3g + --define http.keepAlive=false + --define maven.wagon.http.pool=false + --define maven.wagon.httpconnectionManager.ttlSeconds=120 jobs: test: @@ -44,7 +47,6 @@ jobs: - env: CI_BUILD_NUMBER: ${{ github.run_id }} - # this will need to be updated to work on the main branch CI_BUILD_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}/checks CI_BRANCH: ${{ github.head_ref }} CI_NAME: github