Skip to content

Commit

Permalink
SCB-2205 Update script for GHA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Mar 14, 2021
1 parent 5a18901 commit f2e89a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Expand Up @@ -24,7 +24,8 @@ on:
branches: [ '*' ]

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3
MAVEN_OPTS: -Xmx4g -Xms1g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3
repo_token: ${{secrets.coveralls_token}}

jobs:
mvn:
Expand All @@ -35,6 +36,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
persist-credentials: false
java-version: 1.8
java-package: jdk
architecture: x64
Expand Down

0 comments on commit f2e89a6

Please sign in to comment.