Skip to content

Commit

Permalink
Use pixel_7 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Sep 15, 2024
1 parent c5ed35b commit f8a9cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.6
uses: malinskiy/action-android/install-sdk@release/0.1.7

- name: Run quality checks
run: ./gradlew --build-cache check --stacktrace
Expand All @@ -50,7 +50,7 @@ jobs:
arch: [x86_64]
target: [ google_apis ]
api-level: [34]
profile: [Pixel 8]
profile: [pixel_7]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.6
uses: malinskiy/action-android/install-sdk@release/0.1.7

- name: Run quality checks
run: ./gradlew --build-cache check --stacktrace
Expand All @@ -46,7 +46,7 @@ jobs:
arch: [x86_64]
target: [ google_apis ]
api-level: [34]
profile: [Pixel 8]
profile: [pixel_7]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f8a9cd1

Please sign in to comment.