Skip to content

Commit 4aaad3f

Browse files
committed
arun all of the modes
1 parent 8bb808e commit 4aaad3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
BUF_INPUT_HTTPS_USERNAME: opentdf-bot
9393
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
9494
run: |
95-
mvn --batch-mode verify -P 'fips,!non-fips'
95+
mvn --batch-mode clean verify -P 'fips,!non-fips' && \
96+
mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dmaven.antrun.skip -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,non-fips,!fips'
9697
9798
platform-integration:
9899
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)