No issue: Remove workaround; update runner in build-contributor-pr.yml (#20172)

upstream-sync
Aaron Train 3 years ago committed by GitHub
parent 7c57898c76
commit 29111a4cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ jobs:
path: app/build/reports/lint-results-debug.html
run-ui:
runs-on: macos-latest
runs-on: macos-11
if: github.event.pull_request.head.repo.full_name != github.repository && github.actor != 'MickeyMoz'
timeout-minutes: 60
@ -123,7 +123,6 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
emulator-build: 6110076
profile: pixel_3a
script:
"./gradlew connectedDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=\

Loading…
Cancel
Save