Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jun 8, 2024
1 parent 91fcb7f commit 911b4ee
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
- name: Grant Permissions to gradlew
run: chmod +x gradlew

# Cleans managed device if previously settle and space currently is not available
- name: Clean Managed Devices
run: ./gradlew cleanManagedDevices --unused-only

- name: Add Local Properties
env:
API_KEY: ${{ secrets.SENTRY_DSN }}
Expand Down Expand Up @@ -91,6 +87,13 @@ jobs:
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Build app and benchmark
run: ./gradlew :app:assembleBenchmark

# Cleans managed device if previously settle and space currently is not available
- name: Clean Managed Devices
run: ./gradlew cleanManagedDevices --unused-only

# Generates Baseline Profile
- name: Generate Baseline Profile
run: |
Expand Down

0 comments on commit 911b4ee

Please sign in to comment.