Skip to content

Commit ea23921

Browse files
committed
just this
1 parent 697029f commit ea23921

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ 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 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-
95+
mvn --batch-mode clean verify -P 'fips,!non-fips'
9896
9997
platform-integration:
10098
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)