Skip to content

Commit

Permalink
AAE-30603 Disabling sonar when tests are skipped (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak authored Jan 28, 2025
1 parent 3494b38 commit 2e20d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ runs:
echo "TESTCONTAINERS_RYUK_DISABLED=true" >> $GITHUB_ENV
- name: Set SONAR_SCANNER_OPTS
if: inputs.sonar-token != ''
if: inputs.sonar-token != '' && env.SKIP_TESTS != 'true'
shell: bash
run: echo "SONAR_SCANNER_OPTS=sonar:sonar -Dsonar.host.url=${{ inputs.sonar-host-url }} -Dsonar.organization=${{ inputs.sonar-organization }} -Dsonar.projectKey=${{ inputs.project-key }} -Dsonar.coverage.jacoco.xmlReportPaths=${{ inputs.aggregate-report-path }}" >> $GITHUB_ENV

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.12.0
v8.12.1

0 comments on commit 2e20d7a

Please sign in to comment.