Skip to content

Commit

Permalink
Use workflow-kotlin-test-runner-ubuntu-4core to unflake
Browse files Browse the repository at this point in the history
Updates our GHA config to take advantage of the runner that was created to unflake Workflow's integration tests, for the same reason.
  • Loading branch information
rjrjr committed Apr 22, 2024
1 parent 2847dec commit b482c16
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Android CI

on:
push:
branches: [ main ]
# Build on all pull requests, regardless of target.
pull_request:
on :
pull_request :
merge_group :

jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
Expand All @@ -22,7 +20,7 @@ jobs:

instrumentation-tests:
name: Instrumentation tests
runs-on: macos-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
timeout-minutes: 30
strategy:
# Allow tests to continue on other devices if they fail on one device.
Expand Down

0 comments on commit b482c16

Please sign in to comment.