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 c9733cd commit 23d27beCopy full SHA for 23d27be
1 file changed
.github/workflows/checks.yaml
@@ -91,7 +91,10 @@ jobs:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
BUF_INPUT_HTTPS_USERNAME: opentdf-bot
93
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
94
- run: mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P coverage
+ 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'
97
+
98
99
platform-integration:
100
runs-on: ubuntu-22.04
0 commit comments