mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat: rework Sentry disabling logic for benchmark builds
This commit is contained in:
parent
8b7bcaa92f
commit
a2157ae618
3 changed files with 7 additions and 4 deletions
3
.github/workflows/baseline-profile.yml
vendored
3
.github/workflows/baseline-profile.yml
vendored
|
@ -9,7 +9,6 @@ on:
|
|||
env:
|
||||
AVD_API_LEVEL: 31
|
||||
AVD_ARCH: x86_64
|
||||
CI_BENCHMARK: true
|
||||
|
||||
jobs:
|
||||
baseline-profile:
|
||||
|
@ -62,8 +61,6 @@ jobs:
|
|||
# This allows us to build most of what we need without the emulator running
|
||||
# and using resources
|
||||
- name: Build app and benchmark
|
||||
env:
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
run: ./gradlew :benchmark:assembleBenchmark :android:assembleBenchmark
|
||||
|
||||
# Now use reactivecircus/android-emulator-runner to spin up an emulator. We're gonna use it again
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue