Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix API 33 test target
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Dec 10, 2023
1 parent e6821b6 commit 69d9688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instrumented.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ jobs:
# with:
# api-level: 33
# arch: x86_64
# target: play
# target: google_apis_playstore
# force-avd-creation: false
# emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
# disable-animations: false
Expand All @@ -507,7 +507,7 @@ jobs:
disable-animations: true
api-level: 33
arch: x86_64
target: play
target: google_apis_playstore
script: ./gradlew :fuse:connectedCheck

API-34:
Expand Down
2 changes: 1 addition & 1 deletion templates/workflows/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"id": "API-33",
"api": 33,
"arch": "x86_64",
"target": "play"
"target": "google_apis_playstore"
},
{
"id": "API-34",
Expand Down

0 comments on commit 69d9688

Please sign in to comment.