Skip to content

Commit

Permalink
ci: Explicitly disable metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Feb 10, 2024
1 parent d9db6e1 commit 128a54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
disable-animations: true
force-avd-creation: false
ram-size: 4096M
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
script: echo "Generated AVD snapshot"

- name: Run instrumentation tests
Expand All @@ -190,7 +190,7 @@ jobs:
disable-animations: true
force-avd-creation: false
ram-size: 4096M
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
script: ./gradlew connectedCheck

- name: Upload reports
Expand Down

0 comments on commit 128a54f

Please sign in to comment.