Skip to content

Commit 67543eb

Browse files
committed
batch mode
1 parent 23d27be commit 67543eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
9494
run: |
9595
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'
96+
mvn --batch-mode test -P 'fips,!non-fips'
9797
9898
9999
platform-integration:

0 commit comments

Comments
 (0)