run-ui-tests.yml: cleanup desc

This commit is contained in:
Yann Cébron 2021-09-30 14:44:19 +02:00 committed by Jakub Chrzanowski
parent b4ff261e97
commit 167d1c0343

View File

@ -1,9 +1,9 @@
# GitHub Actions Workflow created for launching UI tests on Linux, Windows, and Mac in the following steps: # GitHub Actions Workflow 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 # - prepare and launch IDE with your plugin and robot-server plugin, which is needed to interact with UI
# - wait for the Idea started # - wait for IDE to start
# - run UI tests with separate Gradle task # - 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. # Workflow is triggered manually.