From 167d1c0343401848c42ffefad4c6f95c6cd3b8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 30 Sep 2021 14:44:19 +0200 Subject: [PATCH] run-ui-tests.yml: cleanup desc --- .github/workflows/run-ui-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 0cfff3f..11cffe7 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -1,9 +1,9 @@ -# GitHub Actions Workflow created for launching UI tests on Linux, Windows, and Mac in the following steps: -# - prepare and launch Idea with your plugin and robot-server plugin, which is need to interact with UI -# - wait for the Idea started +# GitHub Actions Workflow for launching UI tests on Linux, Windows, and Mac in the following steps: +# - prepare and launch IDE with your plugin and robot-server plugin, which is needed to interact with UI +# - wait for IDE to start # - run UI tests with separate Gradle task # -# Please check https://github.com/JetBrains/intellij-ui-test-robot for information about UI tests with IntelliJ IDEA. +# Please check https://github.com/JetBrains/intellij-ui-test-robot for information about UI tests with IntelliJ Platform # # Workflow is triggered manually.