Skip to content

Commit

Permalink
Set terminate crashpad to inline script
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 29, 2024
1 parent b643ad4 commit 187b0e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
profile: Nexus One
script: ./gradlew sdk:jacocoTestReport

# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/373
- name: Terminate crashpad_handler processes
run: pkill -f crashpad_handler
script: |
./gradlew sdk:jacocoTestReport sdk:sonar
# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/373
pkill -f crashpad_handler

- name: Publish Maven package
run: ./gradlew sdk:publish
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
profile: Nexus One
script: ./gradlew sdk:jacocoTestReport sdk:sonar

# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/373
- name: Terminate crashpad_handler processes
run: pkill -f crashpad_handler
script: |
./gradlew sdk:jacocoTestReport sdk:sonar
# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/373
pkill -f crashpad_handler

0 comments on commit 187b0e9

Please sign in to comment.