Skip to content

GitHub Action reports status for only 1 platform #34

@jacobhummel

Description

@jacobhummel

I have a React Native app that runs Maestro tests for both an iOS and Android build tied to the same commit / pr / branch.

maestro cloud \
--apiKey $MAESTRO_CLOUD_API_KEY \
--branch <branch> \
--pullRequestId <id> \
--commitSha <sha> \
--repoName <name> \
--repoOwner <owner_name> \
--async \
$buildAppFileName \
-- ./tests

It only reports the status of one of the platform's checks. I would expect it to show both runs. Is this a known limitation or bug?

Screenshot 2024-01-04 at 11 42 17 AM

Both platform's test runs are properly linked to the correct PR in the Cloud console.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions