Skip to content

Commit

Permalink
Merge pull request #2618 from guwirth/SonarScanner-Java-17-V2
Browse files Browse the repository at this point in the history
sonar-scanner
  • Loading branch information
guwirth authored Jan 24, 2024
2 parents 440cc4d + e5a6e2c commit 1aa2c94
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# - use phase 'install' to resolve dependencies (necessary for sonar-scanner)
#
- name: Build and test with Maven
run: mvn -B -e -V install --file pom.xml
run: mvn -B -e -V verify --file pom.xml

# create artifacts from Linux, Java 11 Temurin
#
Expand Down Expand Up @@ -209,6 +209,7 @@ jobs:

# Build and test with with Maven
# - use phase 'verify' to aggregate coverage results (part of integration-tests)
# - use phase 'install' to resolve dependencies (necessary for sonar-scanner)
#
- name: Build and test with with Maven
run: mvn -B -e -V verify --file pom.xml
Expand Down Expand Up @@ -280,6 +281,13 @@ jobs:
- name: Dump environment variables
run: env

# Build and test with with Maven
# - use phase 'verify' to aggregate coverage results (part of integration-tests)
# - use phase 'install' to resolve dependencies (necessary for sonar-scanner)
#
- name: Build and test with Maven
run: mvn -B -e -V install --file pom.xml

# Update SonarCloud results
# - Secrets are not passed to the runner when a workflow is triggered from a forked repository!
#
Expand Down

0 comments on commit 1aa2c94

Please sign in to comment.