feat(ci-cd): Increase Java heap size

Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
Myzel394 2024-07-21 22:09:13 +02:00
parent cc7c719ee9
commit fc60b81699
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
3 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,9 @@ name: Build and push debug app
on:
pull_request:
env:
JAVA_OPTS: -Xmx12G
jobs:
debug-builds:
runs-on: ubuntu-latest

View File

@ -4,6 +4,9 @@ on:
release:
types: [ published ]
env:
JAVA_OPTS: -Xmx12G
jobs:
release-app-github:
runs-on: ubuntu-latest

View File

@ -4,6 +4,9 @@ on:
release:
types: [ published ]
env:
JAVA_OPTS: -Xmx12G
jobs:
release-app-google-play:
runs-on: ubuntu-latest