We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d27be commit 67543ebCopy full SHA for 67543eb
1 file changed
.github/workflows/checks.yaml
@@ -93,7 +93,7 @@ jobs:
93
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
94
run: |
95
mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P coverage && \
96
- mvn test -P 'fips,!non-fips'
+ mvn --batch-mode test -P 'fips,!non-fips'
97
98
99
platform-integration:
0 commit comments