diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e601a626b2..d1e59e71d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ env: CI_GRADLE_ARG_PROPERTIES: > -Porg.gradle.jvmargs=-Xmx2g -Porg.gradle.parallel=false + jobs: debug: name: Build debug APKs (${{ matrix.target }}) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index fd7a77deb5..3bdb460d8e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -10,6 +10,7 @@ env: CI_GRADLE_ARG_PROPERTIES: > -Porg.gradle.jvmargs=-Xmx2g -Porg.gradle.parallel=false + jobs: # Build Android Tests [Matrix SDK] build-android-test-matrix-sdk: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c7aefc336..8de12ed986 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,6 +10,7 @@ env: CI_GRADLE_ARG_PROPERTIES: > -Porg.gradle.jvmargs=-Xmx2g -Porg.gradle.parallel=false + jobs: unit-tests: name: Run Unit Tests