Skip to content

Commit 46c2888

Browse files
committed
run the right stuff
1 parent 6efa0b4 commit 46c2888

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 clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,!non-fips,fips'
95+
mvn --batch mode clean verify test -P 'fips,!non-fips' && \
96+
mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,non-fips,!fips'
9697
9798
9899
platform-integration:

0 commit comments

Comments
 (0)