From 34efd91683e2cd737048d935261d899aa537cd3d Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Fri, 7 Jan 2022 11:07:21 +0200 Subject: [PATCH] Use 1 core for the emulator --- .github/workflows/integration_tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index f2a09af132..7c336fcc74 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -95,6 +95,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + cores: 1 arch: x86 profile: Nexus 5X force-avd-creation: false @@ -113,6 +114,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + cores: 1 arch: x86 profile: Nexus 5X force-avd-creation: false @@ -131,6 +133,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + cores: 1 arch: x86 profile: Nexus 5X force-avd-creation: false @@ -149,6 +152,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + cores: 1 arch: x86 profile: Nexus 5X force-avd-creation: false @@ -167,6 +171,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + cores: 1 arch: x86 profile: Nexus 5X force-avd-creation: false