mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 08:15:26 +02:00
feat(ci-cd): Increase Java heap size
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
cc7c719ee9
commit
fc60b81699
3
.github/workflows/build-testing.yaml
vendored
3
.github/workflows/build-testing.yaml
vendored
@ -3,6 +3,9 @@ name: Build and push debug app
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
env:
|
||||||
|
JAVA_OPTS: -Xmx12G
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
debug-builds:
|
debug-builds:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
3
.github/workflows/release-app-github.yaml
vendored
3
.github/workflows/release-app-github.yaml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
JAVA_OPTS: -Xmx12G
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-app-github:
|
release-app-github:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -4,6 +4,9 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
JAVA_OPTS: -Xmx12G
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-app-google-play:
|
release-app-google-play:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user