# GitHub Action

Moropo features a GitHub action that can initiate a Moropo test run based on a user-defined ruleset. For example; triggering a test run on every PR, or per commit.&#x20;

As part of triggering the test run a user can also:

* Pass a **build file** with the action in order to test on the latest binaries built by their CI-CD pipeline
* Pass **env variables** to the test runner, allowing the user to change test behaviours based on the action configuration
* Pass an **Expo release channel** to the test runner, instructing the runner to use a specific release channel.

Apart from the [Initial CI Setup In Moropo](/ci-integration/initial-ci-setup-in-moropo.md), all installation and configuration instructions for the GitHub action can be found on the GitHub marketplace here - [Moropo - Trigger Mobile App Test Run](https://github.com/marketplace/actions/moropo-trigger-mobile-app-test-run) &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moropo.com/ci-integration/github-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
