Skip to content

Commit

Permalink
Pin Android Emulator back on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored and jossiwolf committed Aug 1, 2021
1 parent 1efa9c7 commit 6b4e262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: release/signing-cleanup.sh

test:
runs-on: macos-11.0
runs-on: macos-latest
needs: build
timeout-minutes: 50

Expand Down Expand Up @@ -137,6 +137,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ steps.determine-target.outputs.TARGET }}
profile: Galaxy Nexus
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
# We run all affected tests of the PR (or commit)
script: ./scripts/run-tests.sh --log-file=logcat.txt --run-affected --affected-base-ref=$BASE_REF --shard-index=${{ matrix.shard }} --shard-count=2

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
android-test:
runs-on: macos-11.0
runs-on: macos-latest
timeout-minutes: 60

strategy:
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ steps.determine-target.outputs.TARGET }}
profile: Galaxy Nexus
emulator-build: 7425822 # https://github.com/ReactiveCircus/android-emulator-runner/issues/160
# We run all tests, sharding them over 3 shards
script: ./scripts/run-tests.sh --log-file=logcat.txt --shard-index=${{ matrix.shard }} --shard-count=3

Expand Down

0 comments on commit 6b4e262

Please sign in to comment.