Skip to content

Commit

Permalink
Run api 31 as other job so API 26 not fails
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Dec 16, 2021
1 parent a0cbba8 commit 6e62092
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,19 @@ jobs:
with:
java-version: 11

- name: Run instrumentation tests
- name: Run instrumentation tests (26)
uses: ReactiveCircus/[email protected]
with:
api-level: ${{ matrix.api-level }}
api-level: 26
arch: x86_64
profile: pixel_2
disable-animations: true
script: ./gradlew :sample:connectedCheck :barista-compose:connectedCheck

- name: Run instrumentation tests (31)
uses: ReactiveCircus/[email protected]
with:
api-level: 31
arch: x86_64
profile: pixel_2
disable-animations: true
Expand Down

0 comments on commit 6e62092

Please sign in to comment.