We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697029f commit ea23921Copy full SHA for ea23921
1 file changed
.github/workflows/checks.yaml
@@ -92,9 +92,7 @@ jobs:
92
BUF_INPUT_HTTPS_USERNAME: opentdf-bot
93
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
94
run: |
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'
97
-
+ mvn --batch-mode clean verify -P 'fips,!non-fips'
98
99
platform-integration:
100
runs-on: ubuntu-22.04
0 commit comments