Skip to content

Commit 41529ac

Browse files
author
Anirav Kareddy
committed
need to run all the tests (not just one) because of coverage requirements
1 parent 5733c76 commit 41529ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +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-
echo "Running S3EncryptionClientStreamTest with 5 repetitions..."
57-
mvn -B -ntp test -DskipCompile \
58-
-Dtest=S3EncryptionClientStreamTest \
59-
-Dci.test.repeat=5
56+
mvn -B -ntp test -DskipCompile
6057
shell: bash
6158

6259
- name: Package JAR

0 commit comments

Comments
 (0)