From 6681f75a2f652cc17598873bdd9031cb0af4f1ac Mon Sep 17 00:00:00 2001 From: Elmir Jagudin Date: Mon, 12 Jan 2026 14:07:49 +0100 Subject: [PATCH] update `Automated testing` documentation section Update documentation on CI testing to talk about the GitHub Actions. --- docs/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 941a8b5c9..868974179 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -136,8 +136,8 @@ Automated testing ~~~~~~~~~~~~~~~~~ All pull requests and merges to 'main' branch are tested using -`Azure Pipelines `_ (configured by -``azure-pipelines.yml`` file at the root of the repository). You can find the status and results to the CI runs for your +`GitHub Actions `_ (configured by +``.github/workflows/check.yaml`` file at the root of the repository). You can find the status and results to the CI runs for your PR on GitHub's Web UI for the pull request. You can also find links to the CI services' pages for the specific builds in the form of "Details" links, in case the CI run fails and you wish to view the output.