Skip to content

Commit

Permalink
ci: Produce stacktraces for failing integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grodin authored Jul 24, 2023
1 parent 462883e commit b5b5493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
# Workaround for https://github.com/ReactiveCircus/android-emulator-runner/issues/319
script: adb uninstall "com.omricat.maplibrarian.integration-testing.debug"; ./gradlew :integration-tests:firebase:connectedCheck
script: adb uninstall "com.omricat.maplibrarian.integration-testing.debug"; ./gradlew :integration-tests:firebase:connectedCheck --continue --stacktrace

- name: Extract logs from firebase emulator container
if: ${{ always() }}
Expand Down

0 comments on commit b5b5493

Please sign in to comment.