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