Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android-bridge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: mParticle/mparticle-android-sdk
ref: main
ref: fix/increase-mplatch-timeout
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow points at temporary branch that will be deleted

High Severity

The ref is set to fix/increase-mplatch-timeout, a temporary feature branch in mparticle-android-sdk. The PR's own test plan has an unchecked item acknowledging this needs to be changed back to main before merge. Once mparticle-android-sdk#695 is merged and the branch is deleted, every push to this repo will fail the Android Bridge Tests workflow because the referenced branch no longer exists.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c49f1a5. Configure here.

path: mparticle-android-sdk
- name: "Install JDK 17"
uses: actions/setup-java@v5
Expand Down
Loading