Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move AWS code to Technology-Aws #3138

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,30 +63,7 @@ jobs:
with:
command: ./gradlew test jacocoTestReport

Aws-Integration-Tests:
runs-on: ubuntu-latest

env:
S3_ACCESS_KEY_ID: root
S3_SECRET_ACCESS_KEY: password

services:
minio:
image: bitnami/minio:latest
ports:
- 9000:9000
env:
MINIO_ROOT_USER: root
MINIO_ROOT_PASSWORD: password

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-build

- name: AWS Tests
uses: ./.github/actions/run-tests
with:
command: ./gradlew -p extensions test -DincludeTags="AwsS3IntegrationTest"

Daps-Integration-Tests:
runs-on: ubuntu-latest
Expand Down
21 changes: 0 additions & 21 deletions extensions/common/aws/aws-s3-core/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions extensions/common/aws/aws-s3-core/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading