Skip to content

Commit

Permalink
Issue carlspring#60: Add minio profile for integration tests pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mslowiak committed Jan 28, 2021
1 parent f208b41 commit 32f0f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Maven Version
run: mvn --version
- name: Build with Maven
run: mvn clean install -Pit-s3 -Pjacoco-code-coverage
run: mvn clean install -Pit-s3 -Pit-minio -Pjacoco-code-coverage
env:
S3FS_BUCKET_NAME: ${{ secrets.S3FS_BUCKET_NAME }}
S3FS_ACCESS_KEY: ${{ secrets.S3FS_ACCESS_KEY }}
Expand Down

0 comments on commit 32f0f86

Please sign in to comment.