Skip to content

Commit a0cbd73

Browse files
m
1 parent 6e353fc commit a0cbd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
export AWS_S3EC_TEST_KMS_KEY_ID=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:key/${{ vars.CI_KMS_KEY_ID }}
5454
export AWS_S3EC_TEST_KMS_KEY_ALIAS=arn:aws:kms:${{ vars.CI_AWS_REGION }}:${{ secrets.CI_AWS_ACCOUNT_ID }}:alias/${{ vars.CI_KMS_KEY_ALIAS }}
5555
export AWS_REGION=${{ vars.CI_AWS_REGION }}
56-
mvn -B -ntp test -DskipCompile -Dsurefire.rerunFailingTestsCount=3
56+
mvn -B -ntp test -DskipCompile
5757
shell: bash
5858

5959
- name: Package JAR

0 commit comments

Comments
 (0)