-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minio testing #26
Minio testing #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get it
@@ -24,5 +24,7 @@ jobs: | |||
run: dotnet restore | |||
- name: Build | |||
run: dotnet build --no-restore | |||
# - name: Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get rid of ubuntu branch trigger
@@ -24,5 +24,7 @@ jobs: | |||
run: dotnet restore | |||
- name: Build | |||
run: dotnet build --no-restore | |||
# - name: Test | |||
# run: dotnet test --no-build --verbosity normal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump dotnet to 8.0.x
[Fact] | ||
public async void ObjectLifeCycle() | ||
{ | ||
string profileName = "KARL"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuke commented out code
public async void JackBucket() | ||
{ | ||
string profileName = "JACK"; | ||
SetEnv(profileName + "_" + EnvironmentVariables.AWS_S3_BUCKET, "test-bucket-1"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simplify UN and Pass
setting up a minio server in a container that the tests can interact with