There are two setup options available—please choose one based on your needs:
Watch Tutorial (YouTube Shorts)
If you want to test the code from a pull request, please follow the steps below and switch to using PR-CI:
Watch Tutorial (YouTube Shorts)
-
head
Fetches the actual content from the PR author’s branch (i.e., the original commit history without any merge operations).
This is equivalent to the original state of the PR branch, as if it were fetched directly from a fork or feature branch. -
merge
Fetches the result of GitHub’s pre-simulated merge of the PR into the target branch (e.g.,dev
).
This is a virtual merge commit automatically created by GitHub.
This commit only exists when the PR has no conflicts and is mergeable.
Once the above setup steps are completed, you can run the build from GitHub Actions: