Pull request integration
Native pull request integration runs Maestro tests asynchronously and blocks merges on failures. Supports GitHub Enterprise.
1
Trigger uploads on every pull request
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]maestro cloud \
--async \
--api-key <YOUR_API_KEY> \
--branch <BRANCH_NAME> \
--repo-owner <REPO_OWNER> \
--repo-name <REPO_NAME> \
--pull-request-id <PR_ID> \
--commit-sha <COMMIT_SHA> \
--app-file <APP_FILE> --flows .maestro/Argument
Description
Field
Description
Last updated
