diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 7e5a80eea..c9a54f999 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -242,6 +242,9 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86_64 disable-animations: true + # https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories + # Number of core of default public repository github action runner is 4 in all. + cores: 4 disk-size: 6000M heap-size: 600M script: ./gradlew connectedDemoDebugAndroidTest --daemon