Skip to content

Commit

Permalink
Modify profile generation workflow
Browse files Browse the repository at this point in the history
- Remove virtual device spin up for profile generation
  • Loading branch information
sagar-viradiya committed Jan 2, 2024
1 parent 9fcbee2 commit d5871b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/profile_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ jobs:
java-version: 17

- name: Generate profile
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: x86_64
script: ./gradlew :sample:generateBaselineProfile
run: ./gradlew :sample:generateBaselineProfile

0 comments on commit d5871b4

Please sign in to comment.