mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
github: run pull requests on both API 23 and 29
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a2cb0f073c
commit
048e0d01de
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pull_request.yml
vendored
5
.github/workflows/pull_request.yml
vendored
|
@ -4,6 +4,9 @@ name: Check pull request
|
|||
jobs:
|
||||
test-pr:
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [23, 29]
|
||||
steps:
|
||||
|
||||
- name: Check if relevant files have changed
|
||||
|
@ -37,7 +40,7 @@ jobs:
|
|||
if: ${{ steps.service-changed.outputs.result == 'true' }}
|
||||
uses: reactivecircus/android-emulator-runner@v2.11.0
|
||||
with:
|
||||
api-level: 29
|
||||
api-level: ${{ matrix.api-level }}
|
||||
target: default
|
||||
script: ./gradlew :app:connectedDebugAndroidTest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue