diff --git a/contributing/workflow/img/testing_pull_requests_access_checks.png b/contributing/workflow/img/testing_pull_requests_access_checks.png deleted file mode 100644 index 1bd13ac22c8..00000000000 Binary files a/contributing/workflow/img/testing_pull_requests_access_checks.png and /dev/null differ diff --git a/contributing/workflow/img/testing_pull_requests_access_checks.webp b/contributing/workflow/img/testing_pull_requests_access_checks.webp new file mode 100644 index 00000000000..4f5568729c2 Binary files /dev/null and b/contributing/workflow/img/testing_pull_requests_access_checks.webp differ diff --git a/contributing/workflow/img/testing_pull_requests_checks_artifacts.png b/contributing/workflow/img/testing_pull_requests_checks_artifacts.png deleted file mode 100644 index 25697e2679a..00000000000 Binary files a/contributing/workflow/img/testing_pull_requests_checks_artifacts.png and /dev/null differ diff --git a/contributing/workflow/img/testing_pull_requests_checks_artifacts.webp b/contributing/workflow/img/testing_pull_requests_checks_artifacts.webp new file mode 100644 index 00000000000..c336fb5aea8 Binary files /dev/null and b/contributing/workflow/img/testing_pull_requests_checks_artifacts.webp differ diff --git a/contributing/workflow/img/testing_pull_requests_checks_artifacts_list.webp b/contributing/workflow/img/testing_pull_requests_checks_artifacts_list.webp new file mode 100644 index 00000000000..d758290d9cf Binary files /dev/null and b/contributing/workflow/img/testing_pull_requests_checks_artifacts_list.webp differ diff --git a/contributing/workflow/img/testing_pull_requests_checks_platforms.png b/contributing/workflow/img/testing_pull_requests_checks_platforms.png deleted file mode 100644 index 2575abc848c..00000000000 Binary files a/contributing/workflow/img/testing_pull_requests_checks_platforms.png and /dev/null differ diff --git a/contributing/workflow/testing_pull_requests.rst b/contributing/workflow/testing_pull_requests.rst index f17cdb0dda8..8521bdedf52 100644 --- a/contributing/workflow/testing_pull_requests.rst +++ b/contributing/workflow/testing_pull_requests.rst @@ -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 `__ 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^