Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kebets <[email protected]>
  • Loading branch information
saberduck and ilia-kebets-sonarsource authored Oct 24, 2023
1 parent b98300e commit a4f8dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a4f8dfb

Please sign in to comment.