Skip to content

Commit

Permalink
Set MAVEN_OPTS for JVM build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Mar 30, 2020
1 parent 8a606f9 commit 6c20b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
env:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Set BRANCH_OPTIONS
if: github.base_ref == 'camel-master' || github.base_ref == 'quarkus-master'
Expand Down Expand Up @@ -63,6 +65,8 @@ jobs:
strategy:
matrix:
java: [ '11' , '12' ]
env:
MAVEN_OPTS: -Xmx3000m
steps:
- name: Set BRANCH_OPTIONS
if: github.base_ref == 'camel-master' || github.base_ref == 'quarkus-master'
Expand Down

0 comments on commit 6c20b26

Please sign in to comment.