Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
21 changes: 10 additions & 11 deletions contributing/workflow/testing_pull_requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,23 @@ If you have a GitHub account

- Open the pull request page. Click the **Checks** tab near the top of the page:

.. image:: img/testing_pull_requests_access_checks.png
.. image:: img/testing_pull_requests_access_checks.webp

- In the list of platforms that appears on the left, select your platform by clicking
it then choose the type of build you need (editor or export template).
If in doubt, select an editor build:
- Click the **Artifacts** dropdown on the right of the page:

.. image:: img/testing_pull_requests_checks_platforms.png
.. image:: img/testing_pull_requests_checks_artifacts.webp

- Click the **Artifacts** dropdown on the right of the page then click the artifact's
name to download it:
- In the dropdown, click the artifact's name to download it. Remember to scroll
if you cannot see the name of the platform you're looking for:

.. image:: img/testing_pull_requests_checks_artifacts.png
.. image:: img/testing_pull_requests_checks_artifacts_list.webp

- Extract the ZIP archive then run the executable.
Note that Windows and macOS binaries are not code signed.
Note that Windows and macOS binaries are **not** code signed.
This means you may have to bypass a security warning before you can run the executable.
If you frequently test pull request builds, it may be better to disable
Windows SmartScreen or `disable macOS Gatekeeper <https://disable-gatekeeper.github.io/>`__ permanently.
On Windows, if you frequently test pull request builds, it may be better to disable
Windows SmartScreen permanently in the Windows security settings.
On macOS, see :ref:`doc_running_on_macos` for instructions on bypassing Gatekeeper.

If you don't have a GitHub account
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down