Skip to content

Commit

Permalink
ci: Workaround hanging instrumentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jan 10, 2025
1 parent 5a37713 commit da1b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
force-avd-creation: false
ram-size: 4096M
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
script: ./gradlew connectedCheck
script: ./gradlew connectedCheck && killall -INT crashpad_handler || true

- name: Upload reports
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
Expand Down

0 comments on commit da1b416

Please sign in to comment.