Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action reports status for only 1 platform #34

Open
jacobhummel opened this issue Jan 4, 2024 · 1 comment
Open

GitHub Action reports status for only 1 platform #34

jacobhummel opened this issue Jan 4, 2024 · 1 comment

Comments

@jacobhummel
Copy link

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.

@addyi
Copy link

addyi commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants