From a4f8dfb0dda7a02337691dfe70b524fe0e828796 Mon Sep 17 00:00:00 2001 From: Tibor Blenessy Date: Tue, 24 Oct 2023 16:34:59 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ilia Kebets <104737176+ilia-kebets-sonarsource@users.noreply.github.com> --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f46523d17a..e973803409 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -206,7 +206,7 @@ plugin_qa_sq_dev_task: SONARJS_ARTIFACT: multi MVN_TEST: '-Dtest=!EslintCustomRulesTest,!SonarJsIntegrationTest --projects !org.sonarsource.javascript:eslint-custom-rules-plugin' -# Plugin QA for Windows is splint into 3 parts to make it faster +# Plugin QA for Windows is split into 3 parts to make it faster plugin_qa_win_task: depends_on: - build @@ -228,8 +228,8 @@ plugin_qa_win_task: - mvn -f its/plugin/tests/pom.xml -Dsonar.runtimeVersion=${SQ_VERSION} "-Dtest=${TEST}" -B -e -V verify surefire-report:report cleanup_before_cache_script: cleanup_maven_repository -# Plugin QA for Windows is splint into 3 parts to make it faster -plugin_qa_sonarlint_win_task: +# Plugin QA for Windows is split into 3 parts to make it faster +plugin_qa_win_sonarlint_task: depends_on: - build <<: *WINDOWS_VM_DEFINITION