Skip to content

Commit 83243c7

Browse files
committed
run fips first so the artifacts stay around
1 parent 19566ee commit 83243c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ 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 org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P coverage && \
96-
mvn --batch-mode test -P 'fips,!non-fips'
97-
95+
mvn --batch-mode clean verify -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
97+
9898
9999
platform-integration:
100100
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)